forked from ad-freiburg/qlever
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use CMake's
FetchContent
instead of Git's submodules (ad-freiburg#1216
) This makes it much easier to update the third-party software we use (stxxl, googletest, re2, abseil-cpp, antlr4) to a new version (just change the value of GIT_TAG in the corresponding FetchContent_Declare statement).
- Loading branch information
Showing
15 changed files
with
89 additions
and
25,507 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +0,0 @@ | ||
[submodule "third_party/stxxl"] | ||
path = third_party/stxxl | ||
url = https://github.com/ad-freiburg/stxxl | ||
[submodule "third_party/googletest"] | ||
path = third_party/googletest | ||
url = https://github.com/google/googletest.git | ||
[submodule "third_party/re2"] | ||
path = third_party/re2 | ||
url = https://github.com/google/re2.git | ||
[submodule "third_party/abseil-cpp"] | ||
path = third_party/abseil-cpp | ||
url = https://github.com/abseil/abseil-cpp.git | ||
[submodule "third_party/antlr4"] | ||
path = third_party/antlr4 | ||
url = https://github.com/antlr/antlr4.git | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule abseil-cpp
deleted from
abe63e
Submodule antlr4
deleted from
9239e6
Submodule googletest
deleted from
0320f5
Oops, something went wrong.