Skip to content

Commit d18c066

Browse files
committed
Remove PUBLIC in target_link_libraries
1 parent 2c56fae commit d18c066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS} ${PYTHON_INCLUDE_DIRS} ${yaml-cpp_PKGC
2222

2323
PYTHON_ADD_MODULE(bundle bundle.cpp)
2424
set_target_properties(bundle PROPERTIES PREFIX "")
25-
target_link_libraries(bundle PUBLIC
25+
target_link_libraries(bundle
2626
${Boost_LIBRARIES}
2727
lib_config
2828
${PYTHON_LIBRARIES}

0 commit comments

Comments
 (0)