We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40c39e commit c2f247aCopy full SHA for c2f247a
Release/CMakeLists.txt
@@ -9,7 +9,7 @@ set(ANDROID_STL_FLAGS)
9
10
# Platform (not compiler) specific settings
11
if(IOS)
12
- set(IOS_SOURCE_DIR "${CMAKE_SOURCE_DIR}/../Build_iOS")
+ set(IOS_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../Build_iOS")
13
set(Boost_FRAMEWORK "-F ${IOS_SOURCE_DIR} -framework boost")
14
set(Boost_INCLUDE_DIR "${IOS_SOURCE_DIR}/boost.framework/Headers")
15
0 commit comments