cmake: Enable HiGHs per default

This commit is contained in:
Corentin Le Molgat
2024-04-29 11:44:48 +02:00
parent 161431a004
commit 15c17eb565

View File

@@ -254,7 +254,7 @@ message(STATUS "Gurobi support: ${USE_GUROBI}")
## HiGHS
# see: https://github.com/ERGO-Code/HiGHS
CMAKE_DEPENDENT_OPTION(USE_HIGHS "Use the HiGHS solver" OFF "BUILD_CXX" OFF)
CMAKE_DEPENDENT_OPTION(USE_HIGHS "Use the HiGHS solver" ON "BUILD_CXX" OFF)
message(STATUS "HiGHS support: ${USE_HIGHS}")
if(USE_HIGHS)
CMAKE_DEPENDENT_OPTION(BUILD_HIGHS "Build the HiGHS dependency Library" OFF