[llvm-commits] [polly] r168780 - /polly/trunk/CMakeLists.txt

Tobias Grosser grosser at fim.uni-passau.de
Wed Nov 28 02:12:21 PST 2012


Author: grosser
Date: Wed Nov 28 04:12:21 2012
New Revision: 168780

URL: http://llvm.org/viewvc/llvm-project?rev=168780&view=rev
Log:
cmake: Fix installation of include files

Install the configured Config/config.h file, rather than the
Config/config.h.cmake and Config/Config.h.in source files.

Contributed-by: Richard Membarth <richard.membarth at informatik.uni-erlangen.de>

Modified:
    polly/trunk/CMakeLists.txt

Modified: polly/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/CMakeLists.txt?rev=168780&r1=168779&r2=168780&view=diff
==============================================================================
--- polly/trunk/CMakeLists.txt (original)
+++ polly/trunk/CMakeLists.txt Wed Nov 28 04:12:21 2012
@@ -131,7 +131,7 @@
   ${CMAKE_CURRENT_BINARY_DIR}/include
   )
 
-install(DIRECTORY include
+install(DIRECTORY ${POLLY_BINARY_DIR}/include
   DESTINATION .
   PATTERN ".svn" EXCLUDE
   )





More information about the llvm-commits mailing list