Revert "One last try to fix the OS X builder on Travis."

It didn't work :(

This reverts commit b779cddef4.
This commit is contained in:
Pietro Gagliardi 2016-06-05 16:55:37 -04:00
parent b779cddef4
commit 02d09bdf95
1 changed files with 0 additions and 4 deletions

View File

@ -41,10 +41,6 @@ if(APPLE)
# the / is required by some older versions of OS X
set(CMAKE_INSTALL_RPATH "@executable_path/")
set(CMAKE_MACOSX_RPATH TRUE)
# older versions of cmake incorrectly treat Objective-C as C++
# see also https://cmake.org/pipermail/cmake-developers/2014-March/010072.html
list(APPEND CMAKE_C_SOURCE_FILE_EXTENSIONS m)
elseif(WIN32)
set(_OSNAME windows)