[llvm-commits] [polly] r170741 - /polly/branches/release_32/CMakeLists.txt

Tobias Grosser grosser at fim.uni-passau.de
Thu Dec 20 12:18:20 PST 2012


Author: grosser
Date: Thu Dec 20 14:18:20 2012
New Revision: 170741

URL: http://llvm.org/viewvc/llvm-project?rev=170741&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>

Merged from: https://llvm.org/svn/llvm-project/polly/trunk@168780

Modified:
    polly/branches/release_32/CMakeLists.txt

Modified: polly/branches/release_32/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/polly/branches/release_32/CMakeLists.txt?rev=170741&r1=170740&r2=170741&view=diff
==============================================================================
--- polly/branches/release_32/CMakeLists.txt (original)
+++ polly/branches/release_32/CMakeLists.txt Thu Dec 20 14:18:20 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