Remove unneeded argparse module

This commit is contained in:
2024-01-08 00:55:16 +01:00
parent 666782217e
commit 80afdc06f7
4 changed files with 0 additions and 8 deletions

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})