From 7b2b114240158d4d17cd6f352201bc1f94f03da1 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Mon, 8 Aug 2022 19:45:06 -0300 Subject: [PATCH] Remove disabled submodule check It's easy enough to add -DSUBMODULE_CHECK=OFF yourself if you really won't want it, and much more useful to have it enabled as a default. --- contrib/windows-configure.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/windows-configure.sh b/contrib/windows-configure.sh index 50f7b0624..83d3208fd 100755 --- a/contrib/windows-configure.sh +++ b/contrib/windows-configure.sh @@ -28,6 +28,5 @@ cmake \ -DFORCE_FMT_SUBMODULE=ON \ -DFORCE_SPDLOG_SUBMODULE=ON \ -DFORCE_NLOHMANN_SUBMODULE=ON \ - -DSUBMODULE_CHECK=OFF \ -DWITH_LTO=OFF \ $@