mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-11 16:50:50 -05:00
Fix new BundleUtilities test failure on Mac 10.4.x
This commit is contained in:
@@ -84,7 +84,7 @@ add_custom_target(testbundleutils2_test ALL
|
|||||||
add_dependencies(testbundleutils2_test testbundleutils2)
|
add_dependencies(testbundleutils2_test testbundleutils2)
|
||||||
|
|
||||||
|
|
||||||
if(APPLE AND CMAKE_SYSTEM_VERSION VERSION_GREATER 8.0)
|
if(APPLE AND NOT CMAKE_SYSTEM_VERSION VERSION_LESS 9.0)
|
||||||
###### Test a Bundle application using dependencies
|
###### Test a Bundle application using dependencies
|
||||||
###### and @rpaths on Mac OS X 10.5 or greater
|
###### and @rpaths on Mac OS X 10.5 or greater
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user