[cmake-commits] martink committed CMakeLists.txt 1.1 1.2

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/Step3/MathFunctions
In directory public:/mounts/ram/cvs-serv19538/Step3/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/Step3/MathFunctions/CMakeLists.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CMakeLists.txt	10 Nov 2005 15:50:09 -0000	1.1
+++ CMakeLists.txt	13 Nov 2007 16:11:03 -0000	1.2
@@ -1,4 +1,4 @@
 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