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)