File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,9 @@ endif()
189189
190190# HiPO deps
191191if (HIPO)
192+ if (WIN32 )
193+ set (BUILD_SHARED_LIBS ON )
194+ endif ()
192195 # find_package(METIS REQUIRED)
193196 # find_package(GKlib REQUIRED)
194197 # does not work with outdated CMake
Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ else()
230230 "/MP" # Build with multiple processes
231231 "/Zc:preprocessor" # Enable preprocessor conformance mode
232232 "/fp:precise"
233+ "/EHsc"
233234 )
234235 if (CMAKE_BUILD_TYPE STREQUAL Release)
235236 list (APPEND highs_compile_opts
Original file line number Diff line number Diff line change 88
99#include " DataCollector.h"
1010#include " FactorHiGHSSettings.h"
11- #include " GKlib.h"
11+ // #include "GKlib.h"
1212#include " ReturnValues.h"
1313#include " ipm/hipo/auxiliary/Auxiliary.h"
1414#include " ipm/hipo/auxiliary/Log.h"
You can’t perform that action at this time.
0 commit comments