From 14c01e829c5cf6fd8733d0e99822037629ee827f Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Wed, 11 Oct 2023 15:44:55 +0200 Subject: Trim trailing whitespace --- cmake/utils.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3