summaryrefslogtreecommitdiffstats
path: root/Tests/BundleUtilities
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2012-01-20 13:59:17 (GMT)
committerClinton Stimpson <clinton@elemtech.com>2012-01-20 13:59:17 (GMT)
commit36d66416f4f47ecf0cf84b1618b60bb7d853f2e5 (patch)
tree480ac097c57818853176b9d7f91dafcf5f6fcb4d /Tests/BundleUtilities
parent0d96decdd069451c9b805e411abe0fc6225c8ee9 (diff)
downloadCMake-36d66416f4f47ecf0cf84b1618b60bb7d853f2e5.zip
CMake-36d66416f4f47ecf0cf84b1618b60bb7d853f2e5.tar.gz
CMake-36d66416f4f47ecf0cf84b1618b60bb7d853f2e5.tar.bz2
Fix new BundleUtilities test failure on Mac 10.4.x
Diffstat (limited to 'Tests/BundleUtilities')
-rw-r--r--Tests/BundleUtilities/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/BundleUtilities/CMakeLists.txt b/Tests/BundleUtilities/CMakeLists.txt
index bb870e8..efbf152 100644
--- a/Tests/BundleUtilities/CMakeLists.txt
+++ b/Tests/BundleUtilities/CMakeLists.txt
@@ -84,7 +84,7 @@ add_custom_target(testbundleutils2_test ALL
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
###### and @rpaths on Mac OS X 10.5 or greater