[cmake-commits] martink committed CMakeLists.txt 1.3 1.4
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri May 11 10:22:22 EDT 2007
Update of /cvsroot/CMake/CMake/Tests/TarTest
In directory public:/mounts/ram/cvs-serv1569/Tests/TarTest
Modified Files:
CMakeLists.txt
Log Message:
ENH: some more CMakeList cleanups
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/TarTest/CMakeLists.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CMakeLists.txt 31 Dec 2005 18:10:04 -0000 1.3
+++ CMakeLists.txt 11 May 2007 14:22:20 -0000 1.4
@@ -1,4 +1,4 @@
-PROJECT(TestTar)
+PROJECT(TarTest)
# this is macro that we will be running
MACRO(EXEC_TAR_COMMAND DIR ARGS)
@@ -54,5 +54,5 @@
CHECK_DIR_STRUCTURE("${CMAKE_CURRENT_BINARY_DIR}/test_output_tar/tar_dir")
-ADD_EXECUTABLE(TestTarExec TestTarExec.cxx)
+ADD_EXECUTABLE(TarTest TestTarExec.cxx)
More information about the Cmake-commits
mailing list