Skip to content
Snippets Groups Projects
Commit 472ce33a authored by Martin Heistermann's avatar Martin Heistermann
Browse files

Update Gurobi test to use new library name

parent b4df6d27
Branches
No related tags found
1 merge request!6Replace Gurobi finder with much-improved version. Fixes #1.
Pipeline #16890 passed with warnings
find_package(Gurobi REQUIRED)
add_executable(test_c "test_c.c")
target_link_libraries(test_c Gurobi::Gurobi)
target_link_libraries(test_c Gurobi::GurobiC)
add_test(NAME test_c COMMAND test_c)
add_executable(test_cxx "test_cxx.cc")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment