Skip to content

Commit 35b8353

Browse files
committed
set_cover: cmake fixup for macos
1 parent fb0ebc7 commit 35b8353

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ortools/set_cover/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ target_include_directories(${NAME} PRIVATE
2929
${PROJECT_BINARY_DIR})
3030
target_link_libraries(${NAME} PRIVATE
3131
protobuf::libprotobuf
32+
${PROJECT_NAMESPACE}::math_opt_proto
3233
${PROJECT_NAMESPACE}::ortools_proto)
3334
#add_library(${PROJECT_NAMESPACE}::set_cover ALIAS ${NAME})
3435

0 commit comments

Comments
 (0)