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 2c56fae commit d18c066Copy full SHA for d18c066
bindings/python/CMakeLists.txt
@@ -22,7 +22,7 @@ INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS} ${PYTHON_INCLUDE_DIRS} ${yaml-cpp_PKGC
22
23
PYTHON_ADD_MODULE(bundle bundle.cpp)
24
set_target_properties(bundle PROPERTIES PREFIX "")
25
-target_link_libraries(bundle PUBLIC
+target_link_libraries(bundle
26
${Boost_LIBRARIES}
27
lib_config
28
${PYTHON_LIBRARIES}
0 commit comments