Remove unneeded argparse module

This commit is contained in:
Ricardo Montañana Gómez 2024-01-08 00:55:16 +01:00
parent 666782217e
commit 80afdc06f7
Signed by: rmontanana
GPG Key ID: 46064262FD9A7ADE
4 changed files with 0 additions and 8 deletions

5
.gitmodules vendored
View File

@ -8,11 +8,6 @@
main = v2.x
update = merge
url = https://github.com/catchorg/Catch2.git
[submodule "lib/argparse"]
path = lib/argparse
url = https://github.com/p-ranav/argparse
master = master
update = merge
[submodule "lib/json"]
path = lib/json
url = https://github.com/nlohmann/json.git

View File

@ -52,7 +52,6 @@ endif (ENABLE_CLANG_TIDY)
# ---------------------------------------------
# include(FetchContent)
add_git_submodule("lib/mdlp")
add_git_submodule("lib/argparse")
add_git_submodule("lib/json")
# Subdirectories

@ -1 +0,0 @@
Subproject commit 69dabd88a8e6680b1a1a18397eb3e165e4019ce6

View File

@ -7,7 +7,6 @@ if(ENABLE_TESTING)
${BayesNet_SOURCE_DIR}/lib/mdlp
${BayesNet_SOURCE_DIR}/lib/folding
${BayesNet_SOURCE_DIR}/lib/json/include
${BayesNet_SOURCE_DIR}/lib/argparse/include
${CMAKE_BINARY_DIR}/configured_files/include
)
set(TEST_SOURCES_BAYESNET TestBayesModels.cc TestBayesNetwork.cc TestBayesMetrics.cc TestUtils.cc ${BayesNet_SOURCES})