From 02d09bdf95ef520ac5e0972528767297cfe8f284 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 5 Jun 2016 16:55:37 -0400 Subject: [PATCH] Revert "One last try to fix the OS X builder on Travis." It didn't work :( This reverts commit b779cddef4a5a32a2f3d993a3322ec9177f09dc3. --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 14a091e1..f303be4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)