[cmake-commits] king committed CMakeLists.txt 1.7 1.8
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Jan 28 14:47:00 EST 2008
Update of /cvsroot/CMake/CMake/Tests/Framework
In directory public:/mounts/ram/cvs-serv26899/Tests/Framework
Modified Files:
CMakeLists.txt
Log Message:
BUG: Fix Framework test after fixing FRAMEWORK targets to not install like frameworks on non-Apple systems.
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Framework/CMakeLists.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- CMakeLists.txt 10 Oct 2007 15:06:15 -0000 1.7
+++ CMakeLists.txt 28 Jan 2008 19:46:58 -0000 1.8
@@ -28,6 +28,8 @@
install(TARGETS foo bar
RUNTIME DESTINATION Applications/CMakeTestsFramework/bin
FRAMEWORK DESTINATION Library/Frameworks
+ LIBRARY DESTINATION lib
+ ARCHIVE DESTINATION lib
# These are ignored on the Mac... and things are automatically placed in
# their appropriate Framework sub-folder at build time. (And then the built
More information about the Cmake-commits
mailing list