Skip to content

Commit 4e8f598

Browse files
committed
remove deprecated compile options
1 parent b9ee0b7 commit 4e8f598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if(UNIX AND NOT APPLE)
102102
elseif(UNIX AND APPLE)
103103
# Although the compiler complains about not using these,
104104
# things only work with them set
105-
set(CMAKE_SHARED_LINKER_FLAGS "-flat_namespace -undefined suppress -undefined dynamic_lookup")
105+
set(CMAKE_SHARED_LINKER_FLAGS "-flat_namespace -undefined dynamic_lookup")
106106
set_target_properties(expty PROPERTIES INSTALL_RPATH "@loader_path/lib")
107107
endif()
108108

0 commit comments

Comments
 (0)