Просмотр исходного кода

Fix new BundleUtilities test failure on Mac 10.4.x

Clinton Stimpson 14 лет назад
Родитель
Сommit
36d66416f4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Tests/BundleUtilities/CMakeLists.txt

+ 1 - 1
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