[cmake-commits] hoffman committed CMakeLists.txt 1.80 1.81

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 10 17:39:30 EDT 2007


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: turn this stuff off to see if it fixes the dashboard on midworld


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/SimpleInstallS2/CMakeLists.txt,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- CMakeLists.txt	30 Aug 2007 20:23:12 -0000	1.80
+++ CMakeLists.txt	10 Sep 2007 21:39:28 -0000	1.81
@@ -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