Merge pull request #4646

109717a5 Remove Travis check in depends toolchain file (TheCharlatan)
This commit is contained in:
Riccardo Spagni
2018-10-26 22:40:10 +02:00
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -51,9 +51,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
SET(APPLE True)
SET(BUILD_TAG "mac-x64")
SET(BUILD_64 ON)
if(NOT TRAVIS)
SET(ARCH "x86_64")
endif()
SET(BREW OFF)
SET(PORT OFF)
SET(CMAKE_OSX_SYSROOT "@sdk@/MacOSX10.11.sdk/")