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:
Diffstat (limited to 'programs/CMakeLists.txt')
-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
)