[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.60 1.61

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jul 31 10:54:57 EDT 2008


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: fix build with Xcode project was missing


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.60
retrieving revision 1.61
diff -C 2 -d -r1.60 -r1.61
*** CMakeLists.txt	30 Jul 2008 20:36:22 -0000	1.60
--- CMakeLists.txt	31 Jul 2008 14:54:55 -0000	1.61
***************
*** 717,721 ****
        --build-two-config
        --build-generator ${CMAKE_TEST_GENERATOR}
!       --build-makeprogram ${CMAKE_TEST_MAKEPROGRAM}
        --build-target package
        --build-options "-DCMAKE_INSTALL_PREFIX:PATH=${CMake_BINARY_DIR}/Tests/BundleGeneratorTest/InstallDirectory"
--- 717,722 ----
        --build-two-config
        --build-generator ${CMAKE_TEST_GENERATOR}
!       --build-makeprogram ${CMAKE_TEST_MAKEPROGRAM} 
!       --build-project BundleGeneratorTest
        --build-target package
        --build-options "-DCMAKE_INSTALL_PREFIX:PATH=${CMake_BINARY_DIR}/Tests/BundleGeneratorTest/InstallDirectory"



More information about the Cmake-commits mailing list