[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.110 1.111

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 21 15:27:01 EDT 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
For the complex tests since they link to the CMake library make sure that they are built with the type of build.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.110
retrieving revision 1.111
diff -C 2 -d -r1.110 -r1.111
*** CMakeLists.txt	21 Sep 2009 17:40:40 -0000	1.110
--- CMakeLists.txt	21 Sep 2009 19:26:59 -0000	1.111
***************
*** 486,489 ****
--- 486,490 ----
        -DCMAKE_TEST_DIFFERENT_GENERATOR:BOOL=${CMAKE_TEST_DIFFERENT_GENERATOR}
        -DCMAKE_TEST_SYSTEM_LIBRARIES:BOOL=${CMAKE_TEST_SYSTEM_LIBRARIES}
+       -DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}
        --test-command complex
        )
***************
*** 501,504 ****
--- 502,506 ----
        -DCMAKE_TEST_DIFFERENT_GENERATOR:BOOL=${CMAKE_TEST_DIFFERENT_GENERATOR}
        -DCMAKE_TEST_SYSTEM_LIBRARIES:BOOL=${CMAKE_TEST_SYSTEM_LIBRARIES}
+       -DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}
        --test-command complex)
      LIST(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/ComplexOneConfig")



More information about the Cmake-commits mailing list