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 c7257c5 commit 16690b7Copy full SHA for 16690b7
cmake/FindPython.cmake
@@ -122,7 +122,7 @@ macro(ADD_PYTHON_LIBRARY name)
122
${CMAKE_CURRENT_BINARY_DIR}/version_script_${name}.txt @ONLY)
123
set_target_properties(${name} PROPERTIES
124
LINK_FLAGS "-Wl,--version-script=${CMAKE_CURRENT_BINARY_DIR}/version_script_${name}.txt")
125
- ELSE
+ ELSE()
126
add_library(${name} SHARED ${ARGN})
127
ENDIF()
128
set_target_properties(${name} PROPERTIES PREFIX "")
0 commit comments