[cmake-commits] alex committed CMakeLists.txt 1.83 1.84

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Sep 19 09:04:28 EDT 2007


Update of /cvsroot/CMake/CMake/Tests/SimpleInstallS2
In directory public:/mounts/ram/cvs-serv15948/SimpleInstallS2

Modified Files:
	CMakeLists.txt 
Log Message:

COMP: reenable the installation of the PUBLIC_HEADERs

Alex


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/SimpleInstallS2/CMakeLists.txt,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- CMakeLists.txt	17 Sep 2007 20:21:24 -0000	1.83
+++ CMakeLists.txt	19 Sep 2007 13:04:26 -0000	1.84
@@ -163,7 +163,7 @@
 
   # Test per-configuration output name.
   SET_TARGET_PROPERTIES(test1 PROPERTIES RELEASE_OUTPUT_NAME test1rel)
-#  SET_TARGET_PROPERTIES(test2 PROPERTIES PUBLIC_HEADER foo.h)
+  SET_TARGET_PROPERTIES(test2 PROPERTIES PUBLIC_HEADER foo.h)
 
   IF(CMAKE_GENERATOR MATCHES "Makefiles")
     ADD_SUBDIRECTORY(TestSubDir)
@@ -178,7 +178,7 @@
     RUNTIME DESTINATION MyTest/bin        COMPONENT Runtime     # .exe, .dll
     LIBRARY DESTINATION MyTest/lib        COMPONENT Runtime     # .so, mod.dll
     ARCHIVE DESTINATION MyTest/lib/static COMPONENT Development # .a, .lib
-#    PUBLIC_HEADER DESTINATION MyTest/include COMPONENT Development 
+    PUBLIC_HEADER DESTINATION MyTest/include COMPONENT Development 
     )
 
   INSTALL(TARGETS test4 PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE



More information about the Cmake-commits mailing list