[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.11 1.12

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Aug 7 10:13:17 EDT 2008


Update of /cvsroot/CMake/CMake/Tests/Dependency
In directory public:/mounts/ram/cvs-serv9025/Tests/Dependency

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Test fake circular dependency case

A recent change fixed a case in which CMake incorrectly diagnosed a
circular dependency involving a non-linkable executable target.  This
adds a test for that case.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Dependency/CMakeLists.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -C 2 -d -r1.11 -r1.12
*** CMakeLists.txt	23 Apr 2008 04:40:32 -0000	1.11
--- CMakeLists.txt	7 Aug 2008 14:13:15 -0000	1.12
***************
*** 53,54 ****
--- 53,55 ----
  ADD_SUBDIRECTORY(Case2)
  ADD_SUBDIRECTORY(Case3)
+ ADD_SUBDIRECTORY(Case4)



More information about the Cmake-commits mailing list