From: Douglas Gregor Date: Tue, 19 Oct 2010 18:06:10 +0000 (+0000) Subject: Fix CMake installation of arm_neon.h X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=105716ecab261f4356f111a6f25927a9a7d9c93b;p=clang Fix CMake installation of arm_neon.h git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116835 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Headers/CMakeLists.txt b/lib/Headers/CMakeLists.txt index dd9419267e..eef541e5b8 100644 --- a/lib/Headers/CMakeLists.txt +++ b/lib/Headers/CMakeLists.txt @@ -18,7 +18,7 @@ set(files tmmintrin.h xmmintrin.h) -set(output_dir ${LLVM_BINARY_DIR}/lib/${CMAKE_CFG_INTDIR}/clang/${CLANG_VERSION}/include) +set(output_dir ${LLVM_BINARY_DIR}/lib/clang/${CLANG_VERSION}/include) # If we are in an IDE that has a configuration directory, we need to # create a second copy of the headers so that 'clang' can find them if