r197441 - clang/lib/Headers/CMakeLists.txt: Revert part of r197395. It should not be staged yet.

NAKAMURA Takumi geek4civic at gmail.com
Mon Dec 16 16:02:39 PST 2013


Author: chapuni
Date: Mon Dec 16 18:02:38 2013
New Revision: 197441

URL: http://llvm.org/viewvc/llvm-project?rev=197441&view=rev
Log:
clang/lib/Headers/CMakeLists.txt: Revert part of r197395. It should not be staged yet.

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=197441&r1=197440&r2=197441&view=diff
==============================================================================
--- cfe/trunk/lib/Headers/CMakeLists.txt (original)
+++ cfe/trunk/lib/Headers/CMakeLists.txt Mon Dec 16 18:02:38 2013
@@ -47,7 +47,7 @@ set(files
   module.map
   )
 
-set(output_dir ${CLANG_LIBRARY_OUTPUT_INTDIR}/clang/${CLANG_VERSION}/include)
+set(output_dir ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/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