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 9a2b4df commit c7257c5Copy full SHA for c7257c5
cmake/FindPython.cmake
@@ -121,8 +121,7 @@ macro(ADD_PYTHON_LIBRARY name)
121
configure_file(${CMAKE_SOURCE_DIR}/cmake/version_script.txt
122
${CMAKE_CURRENT_BINARY_DIR}/version_script_${name}.txt @ONLY)
123
set_target_properties(${name} PROPERTIES
124
- LINK_FLAGS "-flat_namespace -undefined suppress "
125
- "-Wl,--version-script=${CMAKE_CURRENT_BINARY_DIR}/version_script_${name}.txt")
+ LINK_FLAGS "-Wl,--version-script=${CMAKE_CURRENT_BINARY_DIR}/version_script_${name}.txt")
126
ELSE
127
add_library(${name} SHARED ${ARGN})
128
ENDIF()
0 commit comments