Created
September 27, 2016 17:21
-
-
Save samdmarshall/0a31533493e91e8013ae12580d939494 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
string(REPLACE " " ";" BUILD_ARCHITECTURES $ENV{ARCHS}) | |
set(CMAKE_OSX_ARCHITECTURES ${BUILD_ARCHITECTURES}) | |
execute_process(COMMAND xcrun --show-sdk-path --sdk $ENV{PLATFORM_NAME} OUTPUT_STRIP_TRAILING_WHITESPACE OUTPUT_VARIABLE CMAKE_OSX_SYSROOT) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment