diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-10-11 15:44:55 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-10-11 15:44:55 +0200 |
commit | 14c01e829c5cf6fd8733d0e99822037629ee827f (patch) | |
tree | 094cd14d761ad35e21b28c17e5fac2ab8aa5cdbd /cmake/utils.cmake | |
parent | a9a1e0822c71486f0a9936d6aeeab78922f9198d (diff) | |
download | NorthstarLauncher-14c01e829c5cf6fd8733d0e99822037629ee827f.tar.gz NorthstarLauncher-14c01e829c5cf6fd8733d0e99822037629ee827f.zip |
Trim trailing whitespace
Diffstat (limited to 'cmake/utils.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) |