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>2019-10-04 17:20:35 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2019-10-04 17:20:35 +0300
commit1849f4e63413ea6f79ad50f18fba4c91bf7b28dd (patch)
treee9a84c6d508c0347074f59b2285fc9bc7c8ed653 /CMakeLists.txt
parent4bf1142ca61104193d061f58475b0f991de16398 (diff)
Use develop branch of Outcome for dependency.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 25a35eb9..2757afd5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,6 +44,7 @@ endif()
# Find my library dependencies
find_quickcpplib_library(outcome
GIT_REPOSITORY "https://github.com/ned14/outcome.git"
+ GIT_TAG "develop"
REQUIRED
)
if(WIN32)