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 16:24:28 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2019-10-04 16:24:28 +0300
commit4bf1142ca61104193d061f58475b0f991de16398 (patch)
tree3c983f5910240200d4b757df482e7eb9f6605494 /.gitmodules
parent7b5a2b5fa56cd53959e573a4750e09fe76030284 (diff)
Replace git submodule based dependencies with cmake install based dependencies instead.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules21
1 files changed, 0 insertions, 21 deletions
diff --git a/.gitmodules b/.gitmodules
index b185938a..6745d815 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -5,27 +5,6 @@
fetchRecurseSubmodules = true
ignore = none
# shallow = true
-[submodule "include/llfio/v2.0/outcome"]
- path = include/llfio/v2.0/outcome
- url = https://github.com/ned14/outcome.git
- branch = master
- fetchRecurseSubmodules = true
- ignore = untracked
-# shallow = true
-[submodule "test/kerneltest"]
- path = test/kerneltest
- url = https://github.com/ned14/kerneltest.git
- branch = master
- fetchRecurseSubmodules = true
- ignore = untracked
-# shallow = true
-[submodule "include/llfio/v2.0/quickcpplib"]
- path = include/llfio/v2.0/quickcpplib
- url = https://github.com/ned14/quickcpplib
- branch = master
- fetchRecurseSubmodules = true
- ignore = untracked
-# shallow = true
[submodule "include/llfio/ntkernel-error-category"]
path = include/llfio/ntkernel-error-category
url = https://github.com/ned14/ntkernel-error-category.git