From 1d0e0995953b51fa613f57c063ed9ee2ded8fc72 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sat, 15 Jun 2024 08:19:09 +0200 Subject: [PATCH] remove space line in cmake file --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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() -- 2.39.5