]> gitweb.hhaalo.de Git - feierabend.git/commitdiff
remove space line in cmake file
authorBastian Dehn <hhaalo@arcor.de>
Sat, 15 Jun 2024 06:19:09 +0000 (08:19 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 15 Jun 2024 06:19:09 +0000 (08:19 +0200)
CMakeLists.txt

index 652bdb0eaab913687674a14e2019ebb8ea9bdd18..203925c2a19020710906346945a9585d6019e480 100644 (file)
@@ -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()