Skip to content

Commit

Permalink
[YJ] test GLOG
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannjanvier committed Oct 18, 2024
1 parent 983c791 commit eb59af4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ortools/linear_solver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ if(BUILD_TESTING)
# add_test(NAME cxx_unittests_xpress_interface COMMAND test_xprs_interface)

if(USE_KNITRO)
add_compile_definitions(GLOG_USE_GLOG_EXPORT)
add_executable(test_knitro_interface knitro_interface_test.cc)
target_compile_features(test_knitro_interface PRIVATE cxx_std_17)
target_link_libraries(test_knitro_interface PRIVATE ortools::ortools GTest::gtest_main)
Expand Down

0 comments on commit eb59af4

Please sign in to comment.