1
0
mirror of synced 2024-06-09 14:17:55 +02:00

Merge branch 'master' into 'master'

Minor typo fix

See merge request CLIUtils/modern-cmake!6
This commit is contained in:
Henry Schreiner 2018-10-25 12:01:46 +00:00
commit 6f5cb11d8b

View File

@ -26,7 +26,7 @@ if(GIT_FOUND AND EXISTS "${PROJECT_SOURCE_DIR}/.git")
endif() endif()
endif() endif()
if(NOT EXISTS "${PROJECT_SOURCE_DIR}/extern/repo/CMakeLists.txt" if(NOT EXISTS "${PROJECT_SOURCE_DIR}/extern/repo/CMakeLists.txt")
message(FATAL_ERROR "The submodules were not downloaded! GIT_SUBMODULE was turned off or failed. Please update submodules and try again.") message(FATAL_ERROR "The submodules were not downloaded! GIT_SUBMODULE was turned off or failed. Please update submodules and try again.")
endif() endif()
``` ```