[Cmake-commits] [cmake-commits] zach.mullen committed CMakeLists.txt 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Nov 10 10:40:19 EST 2009


Update of /cvsroot/CMake/CMake/Tests/CTestTestSubdir
In directory public:/mounts/ram/cvs-serv26676/Tests/CTestTestSubdir

Modified Files:
	CMakeLists.txt 
Log Message:
Change logic of ctest subdirs command to allow for absolute paths.  Also added test coverage for passing absolute paths to subdirs.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CTestTestSubdir/CMakeLists.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** CMakeLists.txt	20 Oct 2009 17:35:31 -0000	1.1
--- CMakeLists.txt	10 Nov 2009 15:40:16 -0000	1.2
***************
*** 10,11 ****
--- 10,13 ----
  
  ADD_SUBDIRECTORY(subdir)
+ SUBDIRS(subdir2)
+ SUBDIRS("${CTestTestSubdir_SOURCE_DIR}/subdir3")



More information about the Cmake-commits mailing list