Skip to content

Commit

Permalink
adding win CI
Browse files Browse the repository at this point in the history
  • Loading branch information
darioizzo committed Oct 25, 2024
1 parent afb2cae commit 25de602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmo_plugins_nonfree/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Python3_add_library(core MODULE WITH_SOABI
docstrings.cpp
)

target_link_libraries(core PRIVATE pagmo_plugins_nonfree)
target_link_libraries(core PRIVATE pagmo_plugins_nonfree Boost::boost)
target_link_libraries(core PRIVATE "${pybind11_LIBRARIES}")

target_include_directories(core SYSTEM PRIVATE "${pybind11_INCLUDE_DIR}" "${Python3_INCLUDE_DIRS}")
Expand Down

0 comments on commit 25de602

Please sign in to comment.