Skip to content

Commit

Permalink
🗑 Remove submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhD committed Jul 16, 2022
1 parent 69b997e commit e0586b6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 12 deletions.
9 changes: 0 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +0,0 @@
[submodule "vendor/range-v3"]
path = vendor/range-v3
url = https://github.com/ericniebler/range-v3.git
[submodule "vendor/benchmark"]
path = vendor/benchmark
url = https://github.com/google/benchmark
[submodule "vendor/span-lite"]
path = vendor/span-lite
url = https://github.com/martinmoene/span-lite.git
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ include(CMakePackageConfigHelpers)
option(ITSY_BITSY_SINGLE "Enable build of tests" ON)
option(ITSY_BITSY_TESTS "Enable build of tests" ${BUILD_TESTING})
option(ITSY_BITSY_BENCHMARKS "Enable build of benchmarks" OFF)
option(ITSY_BITSY_EXAMPLES "Enable build of examples" OFF)

# # Top Level Directories
# Check if this is the top-level project or not
Expand Down
1 change: 0 additions & 1 deletion vendor/benchmark
Submodule benchmark deleted from e30cac
1 change: 0 additions & 1 deletion vendor/range-v3
Submodule range-v3 deleted from 167d94
1 change: 0 additions & 1 deletion vendor/span-lite
Submodule span-lite deleted from 02b4a0

0 comments on commit e0586b6

Please sign in to comment.