Skip to content

Commit 0f2daee

Browse files
committed
cmake format
1 parent 7a01ce5 commit 0f2daee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ set(CMAKE_AUTOUIC ON)
3434
set(CMAKE_AUTORCC ON)
3535

3636
# address sanitizer can be enabled by running cmake with -DENABLE_ASAN=ON
37-
if(ENABLE_ASAN AND (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID MATCHES "Clang"))
37+
if(ENABLE_ASAN AND (CMAKE_CXX_COMPILER_ID STREQUAL "GNU"
38+
OR CMAKE_CXX_COMPILER_ID MATCHES "Clang"))
3839
message(STATUS "Enabling AddressSanitizer")
3940
set(ADDRESS_SANITIZER_FLAGS "-fsanitize=address -fno-omit-frame-pointer")
4041
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${ADDRESS_SANITIZER_FLAGS}")

0 commit comments

Comments
 (0)