From: Bastian Dehn Date: Sat, 15 Jun 2024 06:19:09 +0000 (+0200) Subject: remove space line in cmake file X-Git-Tag: 1.0.0^2~3 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=1d0e0995953b51fa613f57c063ed9ee2ded8fc72;p=feierabend.git remove space line in cmake file --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 652bdb0..203925c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,6 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.25.1) SET(CMAKE_BUILD_TYPE "Debug" CACHE STRING "build type") - IF(${CMAKE_BUILD_TYPE} STREQUAL "Debug") SET(CMAKE_C_FLAGS "-Wall -g -fsanitize=address") ENDIF()