Skip to content

Commit

Permalink
hacky patch, logging needs protobuf, add it to glpk_env_deleter in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Mar 9, 2023
1 parent 241d6cd commit de1b3cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ortools/glpk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ target_include_directories(${NAME} PUBLIC
target_link_libraries(${NAME} PRIVATE
absl::strings
absl::str_format
protobuf::libprotobuf
$<$<BOOL:${USE_GLPK}>:GLPK::GLPK>)
#add_library(${PROJECT_NAME}::glpk ALIAS ${NAME})

0 comments on commit de1b3cb

Please sign in to comment.