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-02-18 15:31:15 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-02-18 15:31:15 +0300
commitf1042baedf3d599401407e22444065b5db26a30d (patch)
treef8547d05d91461b3a8886591aeb7e843c6887afd /CMakeLists.txt
parent0f094e04cac914b46daf32914386b35be602215a (diff)
Switch Outcome to future v2.2 branch.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c3dedced..341095c7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,7 +49,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
)