]> granicus.if.org Git - clang/commitdiff
Fix CMake installation of arm_neon.h
authorDouglas Gregor <dgregor@apple.com>
Tue, 19 Oct 2010 18:06:10 +0000 (18:06 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 19 Oct 2010 18:06:10 +0000 (18:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116835 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Headers/CMakeLists.txt

index dd9419267ed9642e619917bb8d26cf875ff3a137..eef541e5b8acd3fe8eef92d793c0619b80efd7ba 100644 (file)
@@ -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