Skip to content

Commit fd5b1e2

Browse files
committed
Fix build
1 parent 5a7f980 commit fd5b1e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ project(PackingSolver LANGUAGES CXX)
44

55
# Solver options.
66
option(PACKINGSOLVER_USE_CLP "Use CLP" ON)
7+
option(PACKINGSOLVER_USE_HIGHS "Use HiGHS" ON)
78
option(PACKINGSOLVER_USE_KNITRO "Use Knitro" OFF)
89

910
# Build options.
1011
option(PACKINGSOLVER_BUILD_MAIN "Build main" ON)
11-
option(PACKINGSOLVER_BUILD_TEST "Build the unit tests" ON)
12+
option(PACKINGSOLVER_BUILD_TEST "Build unit tests" ON)
1213

1314
# Avoid FetchContent warning.
1415
cmake_policy(SET CMP0135 NEW)

0 commit comments

Comments
 (0)