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-12-17 16:41:30 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-12-17 16:41:30 +0300
commit540cff7aa6d51cdad25c50857a4c3f523368cd33 (patch)
tree1e2e13bc28fdb2553b63b09ccb5c580c72dcf261 /CMakeLists.txt
parentbd335d0124a25e6a344e038146d7568d7efc1f5f (diff)
From now on, use Outcome master branch. Also, a few more small fixes to path_view reference implementation to better match the WG21 proposal.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 693b6d2b..ab59a446 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,8 +51,7 @@ find_quickcpplib_library(quickcpplib
)
find_quickcpplib_library(outcome
GIT_REPOSITORY "https://github.com/ned14/outcome.git"
-# GIT_TAG "develop"
- GIT_TAG "better_optimisation" ## future Outcome v2.2
+ GIT_TAG "master"
REQUIRED
IS_HEADER_ONLY
)