Real fix for OSX CMake -- was a typo in build file generation file

Now Ceres re-bundling should go smooth :)
This commit is contained in:
Sergey Sharybin 2012-09-16 14:43:44 +00:00
parent de72707b7d
commit eacf3054aa

@ -175,7 +175,7 @@ else()
endif()
if(APPLE)
if(${CMAKE_OSX_DEPLOYMENT_TARGET} STREQUAL "10.5")
if(CMAKE_OSX_DEPLOYMENT_TARGET STREQUAL "10.5")
add_definitions(
-DCERES_NO_TR1
)