Fixes by cmake-format

This commit is contained in:
magnesj
2025-01-20 17:55:37 +00:00
committed by Magne Sjaastad
parent 3a653e39ab
commit 8b2243168e

View File

@@ -233,7 +233,8 @@ endif()
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
target_compile_options(
ApplicationLibCode PRIVATE -Wall -Wno-reorder -Wno-parentheses -Wno-switch -Wno-implicit-fallthrough
ApplicationLibCode PRIVATE -Wall -Wno-reorder -Wno-parentheses -Wno-switch
-Wno-implicit-fallthrough
)
endif()