We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ee0b7 commit 4e8f598Copy full SHA for 4e8f598
CMakeLists.txt
@@ -102,7 +102,7 @@ if(UNIX AND NOT APPLE)
102
elseif(UNIX AND APPLE)
103
# Although the compiler complains about not using these,
104
# things only work with them set
105
- set(CMAKE_SHARED_LINKER_FLAGS "-flat_namespace -undefined suppress -undefined dynamic_lookup")
+ set(CMAKE_SHARED_LINKER_FLAGS "-flat_namespace -undefined dynamic_lookup")
106
set_target_properties(expty PROPERTIES INSTALL_RPATH "@loader_path/lib")
107
endif()
108
0 commit comments