From 8a114449abb4e16da84beb797fc074e3b3c5b9a0 Mon Sep 17 00:00:00 2001 From: galabovaa Date: Sun, 12 Feb 2023 10:48:57 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d18f7ea501..aa0a859eb0 100644 --- a/README.md +++ b/README.md @@ -72,11 +72,11 @@ a build folder and call CMake as follows mkdir build cd build - cmake .. + cmake -DFAST_BUILD=ON .. Then compile the code using - make + cmake --build . This installs the executable `bin/highs`. The minimum CMake version required is 3.15.