[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.10.2.2 1.10.2.3

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jan 13 13:03:57 EST 2009


Update of /cvsroot/CMake/CMake/Tests/ExportImport/Export
In directory public:/mounts/ram/cvs-serv9962/Tests/ExportImport/Export

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt 
Log Message:
ENH: merge in changes from CVS to branch for 2.6.3 RC 8


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/ExportImport/Export/CMakeLists.txt,v
retrieving revision 1.10.2.2
retrieving revision 1.10.2.3
diff -C 2 -d -r1.10.2.2 -r1.10.2.3
*** CMakeLists.txt	3 Sep 2008 13:43:28 -0000	1.10.2.2
--- CMakeLists.txt	13 Jan 2009 18:03:55 -0000	1.10.2.3
***************
*** 7,10 ****
--- 7,14 ----
  endif(CMAKE_ANSI_CFLAGS)
  
+ # Pretend that RelWithDebInfo should link to debug libraries to test
+ # the DEBUG_CONFIGURATIONS property.
+ set_property(GLOBAL PROPERTY DEBUG_CONFIGURATIONS Debug RelWithDebInfo)
+ 
  add_library(testExe1lib STATIC testExe1lib.c) # not exported
  add_executable(testExe1 testExe1.c)



More information about the Cmake-commits mailing list