hacky patch, logging needs protobuf, add it to glpk_env_deleter in cmake
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user