diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-12 14:43:30 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-12 14:43:30 (GMT) |
commit | 1cda55e682f150a2a6eb481cc82a5cfdde8660b0 (patch) | |
tree | 00dd229e684686e253188c0487cc1fb92af21c72 /Source/CMakeLists.txt | |
parent | 637c10dc96fd9e23519dd9254e3581e72276fc06 (diff) | |
download | CMake-1cda55e682f150a2a6eb481cc82a5cfdde8660b0.zip CMake-1cda55e682f150a2a6eb481cc82a5cfdde8660b0.tar.gz CMake-1cda55e682f150a2a6eb481cc82a5cfdde8660b0.tar.bz2 |
ENH: remove test until it works
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 737b0cd..f176751 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -950,7 +950,7 @@ IF(BUILD_TESTING) --build-makeprogram ${CMAKE_TEST_MAKEPROGRAM} --build-project BundleTest --build-target install - --build-target package +# --build-target package --build-options "-DCMAKE_INSTALL_PREFIX:PATH=${BundleTestInstallDir}" --test-command ${BundleTestInstallDir}/Application/BundleTestExe.app/Contents/MacOS/BundleTestExe) |