From 2674b45cf9be7a86ff5fbfb339fab5726b73e385 Mon Sep 17 00:00:00 2001 From: Cloudwalk Date: Fri, 17 Sep 2021 23:35:22 -0400 Subject: [PATCH] cmake: Fix indentation --- buildsys/build.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) -- 2.39.2