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

cmake-commits at cmake.org cmake-commits at cmake.org
Fri May 11 10:22:22 EDT 2007


Update of /cvsroot/CMake/CMake/Tests/MathTest
In directory public:/mounts/ram/cvs-serv1569/Tests/MathTest

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: some more CMakeList cleanups


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/MathTest/CMakeLists.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CMakeLists.txt	18 Oct 2005 17:22:28 -0000	1.2
+++ CMakeLists.txt	11 May 2007 14:22:20 -0000	1.3
@@ -24,5 +24,5 @@
   @ONLY)
 
 INCLUDE_DIRECTORIES("${CMAKE_CURRENT_BINARY_DIR}")
-ADD_EXECUTABLE(MathTestExec MathTestExec.cxx)
+ADD_EXECUTABLE(MathTest MathTestExec.cxx)
 



More information about the Cmake-commits mailing list