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.
This commit is contained in:
Jason Rhinelander 2022-08-08 19:45:06 -03:00
parent c504c030cf
commit 7b2b114240
1 changed files with 0 additions and 1 deletions

View File

@ -28,6 +28,5 @@ cmake \
-DFORCE_FMT_SUBMODULE=ON \
-DFORCE_SPDLOG_SUBMODULE=ON \
-DFORCE_NLOHMANN_SUBMODULE=ON \
-DSUBMODULE_CHECK=OFF \
-DWITH_LTO=OFF \
$@