From de72707b7d00e179fe56ccecc16ec657e1520980 Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Sun, 16 Sep 2012 14:31:25 +0000 Subject: Fix OSX compile --- extern/libmv/third_party/ceres/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extern/libmv/third_party/ceres/CMakeLists.txt b/extern/libmv/third_party/ceres/CMakeLists.txt index 16b7f12fb33..2fd8c748817 100644 --- a/extern/libmv/third_party/ceres/CMakeLists.txt +++ b/extern/libmv/third_party/ceres/CMakeLists.txt @@ -250,7 +250,7 @@ else() endif() if(APPLE) - if( STREQUAL "10.5") + if(CMAKE_OSX_DEPLOYMENT_TARGET STREQUAL "10.5") add_definitions( -DCERES_NO_TR1 ) -- cgit v1.2.3