[cmake-commits] david.cole committed CMakeLists.txt 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Aug 24 13:30:43 EDT 2007


Update of /cvsroot/CMake/CMake/Tests/BundleTest/BundleSubDir
In directory public:/mounts/ram/cvs-serv3394/Tests/BundleTest/BundleSubDir

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Add InstallNameFixupPath to support installing built frameworks on the Mac. Change Application to Applications in the BundleTest. Also correct small typo (tcl->Tcl) noted in bug 4572.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/BundleTest/BundleSubDir/CMakeLists.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CMakeLists.txt	6 Jul 2006 20:05:54 -0000	1.1
+++ CMakeLists.txt	24 Aug 2007 17:30:41 -0000	1.2
@@ -27,7 +27,7 @@
 TARGET_LINK_LIBRARIES(SecondBundle BundleTestLib)
  
 # Test bundle installation.
-INSTALL(TARGETS SecondBundle DESTINATION Application)
+INSTALL(TARGETS SecondBundle DESTINATION Applications)
 
 # Test whether bundles respect the output name.  Since the library is
 # installed into a location that uses this output name this will fail if the



More information about the Cmake-commits mailing list