From 6f9f79ac2ba69b2ed78653baa66acdb354259c55 Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 6 Dec 2017 10:18:57 +0100 Subject: [PATCH] Removed unneccessary add_compile_options for MacOS --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5501645..5995753 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,6 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang") endif() if(APPLE) - add_compile_options(-undefined dynamic_lookup -Wno-unused-command-line-argument) #TODO: fix this link_directories(/usr/local/lib /usr/local/opt/gettext/lib) include_directories(/usr/local/opt/gettext/include) set(CMAKE_MACOSX_RPATH 1)