From: Cloudwalk Date: Sat, 18 Sep 2021 03:35:22 +0000 (-0400) Subject: cmake: Fix indentation X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2674b45cf9be7a86ff5fbfb339fab5726b73e385;p=xonotic%2Fdarkplaces.git cmake: Fix indentation --- diff --git a/buildsys/build.cmake b/buildsys/build.cmake index 22fcfcc9..04b3f2dd 100644 --- a/buildsys/build.cmake +++ b/buildsys/build.cmake @@ -14,11 +14,11 @@ function(dp_build arg_project arg_path) endif() if(ENGINE_EXE_NAME STREQUAL "") # Cannot be empty - message(FATAL_ERROR "You must give the executable a name.") - endif() + message(FATAL_ERROR "You must give the executable a name.") + endif() - if(ENGINE_EXE_NAME MATCHES "[* *]") # Cannot contain spaces. - message(FATAL_ERROR "The executable name must not contain spaces.") + if(ENGINE_EXE_NAME MATCHES "[* *]") # Cannot contain spaces. + message(FATAL_ERROR "The executable name must not contain spaces.") endif() if(NOT ENGINE_BUILD_CLIENT AND NOT ENGINE_BUILD_SERVER)