summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6044e311a..2c044c1ea 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -57,7 +57,7 @@ function(check_submodules_present)
57 string(REGEX REPLACE "path *= *" "" module ${module}) 57 string(REGEX REPLACE "path *= *" "" module ${module})
58 if (NOT EXISTS "${PROJECT_SOURCE_DIR}/${module}/.git") 58 if (NOT EXISTS "${PROJECT_SOURCE_DIR}/${module}/.git")
59 message(FATAL_ERROR "Git submodule ${module} not found. " 59 message(FATAL_ERROR "Git submodule ${module} not found. "
60 "Please run: git submodule update --init --recursive") 60 "Please run: \ngit submodule update --init --recursive")
61 endif() 61 endif()
62 endforeach() 62 endforeach()
63endfunction() 63endfunction()