From c280e254caeef83919398cd3fc2c4190eaedbb61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana?= Date: Wed, 20 Sep 2023 01:09:58 +0200 Subject: [PATCH] Remove OpenXLSX submodule --- .gitmodules | 3 --- CMakeLists.txt | 5 ----- lib/openXLSX | 1 - 3 files changed, 9 deletions(-) delete mode 160000 lib/openXLSX diff --git a/.gitmodules b/.gitmodules index 235f4f1..dbb94fc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,9 +10,6 @@ [submodule "lib/json"] path = lib/json url = https://github.com/nlohmann/json.git -[submodule "lib/openXLSX"] - path = lib/openXLSX - url = https://github.com/troldal/OpenXLSX.git [submodule "lib/libxlsxwriter"] path = lib/libxlsxwriter url = https://github.com/jmcnamara/libxlsxwriter.git diff --git a/CMakeLists.txt b/CMakeLists.txt index d74de50..83feb88 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,8 +54,6 @@ endif (ENABLE_CLANG_TIDY) add_git_submodule("lib/mdlp") add_git_submodule("lib/argparse") add_git_submodule("lib/json") -add_git_submodule("lib/openXLSX") -#add_git_submodule("lib/libxlsxwriter") # Subdirectories # -------------- @@ -65,9 +63,6 @@ add_subdirectory(src/BayesNet) add_subdirectory(src/Platform) add_subdirectory(sample) -#find_package(PkgConfig REQUIRED) -#pkg_check_modules(Xlsxwriter REQUIRED IMPORTED_TARGET libxlsxwriter) - file(GLOB BayesNet_HEADERS CONFIGURE_DEPENDS ${BayesNet_SOURCE_DIR}/src/BayesNet/*.h ${BayesNet_SOURCE_DIR}/BayesNet/*.hpp) file(GLOB BayesNet_SOURCES CONFIGURE_DEPENDS ${BayesNet_SOURCE_DIR}/src/BayesNet/*.cc ${BayesNet_SOURCE_DIR}/src/BayesNet/*.cpp) file(GLOB Platform_SOURCES CONFIGURE_DEPENDS ${BayesNet_SOURCE_DIR}/src/Platform/*.cc ${BayesNet_SOURCE_DIR}/src/Platform/*.cpp) diff --git a/lib/openXLSX b/lib/openXLSX deleted file mode 160000 index b80da42..0000000 --- a/lib/openXLSX +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b80da42d1454f361c29117095ebe1989437db390