diff options
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | cmake/universal-apple-darwin.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1 +1 @@ -0.11.2635 +0.11.2637 diff --git a/cmake/universal-apple-darwin.cmake b/cmake/universal-apple-darwin.cmake index 51079cb..127e80f 100644 --- a/cmake/universal-apple-darwin.cmake +++ b/cmake/universal-apple-darwin.cmake @@ -10,7 +10,7 @@ set(CMAKE_C_COMPILER "/usr/${TOOLCHAIN}/bin/x86_64-apple-darwin15-clang") set(CMAKE_CXX_COMPILER "/usr/${TOOLCHAIN}/bin/x86_64-apple-darwin15-clang++") # here is the target environment located -set(CMAKE_FIND_ROOT_PATH "/usr/${TOOLCHAIN}") +set(CMAKE_FIND_ROOT_PATH "/usr/${TOOLCHAIN}/SDK/MacOSX10.11.sdk") # adjust the default behaviour of the FIND_XXX() commands: # search headers and libraries in the target environment, search |