aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2023-10-11 15:44:55 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2023-10-11 15:44:55 +0200
commit14c01e829c5cf6fd8733d0e99822037629ee827f (patch)
tree094cd14d761ad35e21b28c17e5fac2ab8aa5cdbd
parenta9a1e0822c71486f0a9936d6aeeab78922f9198d (diff)
downloadNorthstarLauncher-14c01e829c5cf6fd8733d0e99822037629ee827f.tar.gz
NorthstarLauncher-14c01e829c5cf6fd8733d0e99822037629ee827f.zip
Trim trailing whitespace
-rw-r--r--cmake/utils.cmake2
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)