From 36d66416f4f47ecf0cf84b1618b60bb7d853f2e5 Mon Sep 17 00:00:00 2001 From: Clinton Stimpson Date: Fri, 20 Jan 2012 06:59:17 -0700 Subject: [PATCH] Fix new BundleUtilities test failure on Mac 10.4.x --- Tests/BundleUtilities/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/BundleUtilities/CMakeLists.txt b/Tests/BundleUtilities/CMakeLists.txt index bb870e82c..efbf1522d 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