Skip to content

Commit 16690b7

Browse files
committed
Fix typo
1 parent c7257c5 commit 16690b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindPython.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ macro(ADD_PYTHON_LIBRARY name)
122122
${CMAKE_CURRENT_BINARY_DIR}/version_script_${name}.txt @ONLY)
123123
set_target_properties(${name} PROPERTIES
124124
LINK_FLAGS "-Wl,--version-script=${CMAKE_CURRENT_BINARY_DIR}/version_script_${name}.txt")
125-
ELSE
125+
ELSE()
126126
add_library(${name} SHARED ${ARGN})
127127
ENDIF()
128128
set_target_properties(${name} PROPERTIES PREFIX "")

0 commit comments

Comments
 (0)