[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.42 1.42.2.1

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Sep 3 09:43:26 EDT 2008


Update of /cvsroot/CMake/CMake/Tests/Complex/Library
In directory public:/mounts/ram/cvs-serv18450/Tests/Complex/Library

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt 
Log Message:
ENH: 2.6.2 rc 2 merge from main tree


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Complex/Library/CMakeLists.txt,v
retrieving revision 1.42
retrieving revision 1.42.2.1
diff -C 2 -d -r1.42 -r1.42.2.1
*** CMakeLists.txt	14 Feb 2008 18:36:23 -0000	1.42
--- CMakeLists.txt	3 Sep 2008 13:43:24 -0000	1.42.2.1
***************
*** 115,118 ****
--- 115,122 ----
  ADD_LIBRARY(notInAllLib EXCLUDE_FROM_ALL notInAllLib.cxx)
  
+ # Create an imported target for if(TARGET) test in Executable dir.
+ # That test should not see this target.
+ ADD_LIBRARY(LibImportedTarget UNKNOWN IMPORTED)
+ 
  # Test generation of preprocessed sources.
  IF("${CMAKE_GENERATOR}" MATCHES "Makefile" AND CMAKE_MAKE_PROGRAM)



More information about the Cmake-commits mailing list