[cmake-commits] martink committed CMakeLists.txt 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Nov 13 11:11:05 EST 2007


Update of /cvsroot/CMake/CMake/Tests/Tutorial/Step5/MathFunctions
In directory public:/mounts/ram/cvs-serv19538/Step5/MathFunctions

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: switch to new install commands to match book text


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Tutorial/Step5/MathFunctions/CMakeLists.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CMakeLists.txt	10 Nov 2005 20:13:54 -0000	1.3
+++ CMakeLists.txt	13 Nov 2007 16:11:03 -0000	1.4
@@ -22,5 +22,5 @@
 # add the main library
 add_library(MathFunctions mysqrt.cxx)
 
-install_targets (/bin MathFunctions)
-install_files (/include FILES MathFunctions.h)
+install (TARGETS MathFunctions DESTINATION bin)
+install (FILES MathFunctions.h DESTINATION include)



More information about the Cmake-commits mailing list