Skip to content

Commit

Permalink
Windows support: Correctly reference Python3_LIBRARIES; qua qualify p…
Browse files Browse the repository at this point in the history
…y::ssize_t
  • Loading branch information
ideoforms committed Nov 12, 2023
1 parent b7ef22b commit 486caaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
endif()

if (CMAKE_BUILD_PYTHON)
target_link_libraries(signalflow ${PYTHON_LIBRARY})
target_link_libraries(signalflow ${Python3_LIBRARIES})
else()
#-------------------------------------------------------------------------------
# Build examples
Expand Down

0 comments on commit 486caaf

Please sign in to comment.