Remove Travis check in depends toolchain file

The architecture for darwin is now detected correctly, remove the
override for it.
This commit is contained in:
TheCharlatan 2018-10-17 13:56:01 +02:00
parent 5c85da5a73
commit 109717a5fd
2 changed files with 1 additions and 4 deletions

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/")