[Cmake-commits] [cmake-commits] david.cole committed CMakeLists.txt 1.68 1.69

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 29 12:27:21 EDT 2008


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Use settings for CPackComponents test to make it fail if the recent fix of cmCPackGenerator.cxx revision 1.16 ever encounters another regression.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.68
retrieving revision 1.69
diff -C 2 -d -r1.68 -r1.69
*** CMakeLists.txt	19 Oct 2008 20:16:58 -0000	1.68
--- CMakeLists.txt	29 Oct 2008 16:27:19 -0000	1.69
***************
*** 392,395 ****
--- 392,398 ----
        --build-two-config
        --build-target package
+       --build-options
+         -DCPACK_BINARY_DEB:BOOL=${CPACK_BINARY_DEB}
+         -DCPACK_BINARY_RPM:BOOL=${CPACK_BINARY_RPM}
        --test-command ${CMAKE_CMAKE_COMMAND}
          "-DCPackComponents_BINARY_DIR:PATH=${CMake_BINARY_DIR}/Tests/CPackComponents"



More information about the Cmake-commits mailing list