We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7f980 commit fd5b1e2Copy full SHA for fd5b1e2
CMakeLists.txt
@@ -4,11 +4,12 @@ project(PackingSolver LANGUAGES CXX)
4
5
# Solver options.
6
option(PACKINGSOLVER_USE_CLP "Use CLP" ON)
7
+option(PACKINGSOLVER_USE_HIGHS "Use HiGHS" ON)
8
option(PACKINGSOLVER_USE_KNITRO "Use Knitro" OFF)
9
10
# Build options.
11
option(PACKINGSOLVER_BUILD_MAIN "Build main" ON)
-option(PACKINGSOLVER_BUILD_TEST "Build the unit tests" ON)
12
+option(PACKINGSOLVER_BUILD_TEST "Build unit tests" ON)
13
14
# Avoid FetchContent warning.
15
cmake_policy(SET CMP0135 NEW)
0 commit comments