================ Comment at: src/CMakeLists.txt:26 @@ +25,3 @@ + +if (LIBCXXABI_LIBCXX_INCLUDES) + include_directories("${LIBCXXABI_LIBCXX_INCLUDES}") ---------------- Changed this to point directly to the include directory in case the headers aren't in a directory named "include". http://reviews.llvm.org/D4359