[cfe-commits] r116835 - /cfe/trunk/lib/Headers/CMakeLists.txt

Douglas Gregor dgregor at apple.com
Tue Oct 19 11:06:11 PDT 2010


Author: dgregor
Date: Tue Oct 19 13:06:10 2010
New Revision: 116835

URL: http://llvm.org/viewvc/llvm-project?rev=116835&view=rev
Log:
Fix CMake installation of arm_neon.h

Modified:
    cfe/trunk/lib/Headers/CMakeLists.txt

Modified: cfe/trunk/lib/Headers/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Headers/CMakeLists.txt?rev=116835&r1=116834&r2=116835&view=diff
==============================================================================
--- cfe/trunk/lib/Headers/CMakeLists.txt (original)
+++ cfe/trunk/lib/Headers/CMakeLists.txt Tue Oct 19 13:06:10 2010
@@ -18,7 +18,7 @@
   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





More information about the cfe-commits mailing list