Skip to content

Commit

Permalink
Remove Gurobi Library from TestBound
Browse files Browse the repository at this point in the history
Changes to be committed:
	modified:   tests/CMakeLists.txt
  • Loading branch information
franziska-wegner committed Dec 7, 2023
1 parent 836b566 commit 76a6592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Now simply link against gtest or gtest_main as needed
add_executable(TestBound DataStructures/TestBound.cpp)
target_link_libraries(TestBound gtest gtest_main gmock_main EGOA ${GUROBI_LIBRARIES})
target_link_libraries(TestBound EGOA gtest gtest_main gmock_main) #${GUROBI_LIBRARIES}
add_test(NAME TestBound COMMAND TestBound)

####################################################################################
Expand Down

0 comments on commit 76a6592

Please sign in to comment.