diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/utils.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/utils.cmake b/cmake/utils.cmake index 0be097ba..c331ac51 100644 --- a/cmake/utils.cmake +++ b/cmake/utils.cmake @@ -5,7 +5,7 @@ function(check_init_submodule path) list(LENGTH RESULT CONTENT_COUNT) if (CONTENT_COUNT EQUAL 0) if (NOT EXISTS "${PROJECT_SOURCE_DIR}/.git") - message(FATAL_ERROR "Failed to find third party dependency in '${path}'") + message(FATAL_ERROR "Failed to find third party dependency in '${path}'") endif() find_package(Git QUIET) |