Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-06-21 20:10:22 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-06-21 20:10:22 +0300
commit19f3d897d143791f40b1cdcf615336373df4617b (patch)
treedbb83ceda0dfba3b1c62bd1720f7e7bcfbde402a /programs
parent84205c952cd4a3dee4a0e329b454be4cfe364fdb (diff)
More CI fixes.
Diffstat (limited to 'programs')
-rw-r--r--programs/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/programs/CMakeLists.txt b/programs/CMakeLists.txt
index 3182141d..07db5753 100644
--- a/programs/CMakeLists.txt
+++ b/programs/CMakeLists.txt
@@ -11,7 +11,8 @@ find_quickcpplib_library(quickcpplib
)
find_quickcpplib_library(outcome
GIT_REPOSITORY "https://github.com/ned14/outcome.git"
- GIT_TAG "develop"
+# GIT_TAG "develop"
+ GIT_TAG "better_optimisation" ## future Outcome v2.2
REQUIRED
IS_HEADER_ONLY
)