Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Mar 24, 2021
1 parent c7257c5 commit 16690b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindPython.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ macro(ADD_PYTHON_LIBRARY name)
${CMAKE_CURRENT_BINARY_DIR}/version_script_${name}.txt @ONLY)
set_target_properties(${name} PROPERTIES
LINK_FLAGS "-Wl,--version-script=${CMAKE_CURRENT_BINARY_DIR}/version_script_${name}.txt")
ELSE
ELSE()
add_library(${name} SHARED ${ARGN})
ENDIF()
set_target_properties(${name} PROPERTIES PREFIX "")
Expand Down

0 comments on commit 16690b7

Please # to comment.