From c016fb10bc388213bbc174412885e3a22d3e43f8 Mon Sep 17 00:00:00 2001 From: magnesj <1793152+magnesj@users.noreply.github.com> Date: Mon, 20 Jan 2025 17:55:37 +0000 Subject: [PATCH] Fixes by cmake-format --- ApplicationLibCode/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ApplicationLibCode/CMakeLists.txt b/ApplicationLibCode/CMakeLists.txt index 057c2aff5a..b91b76dcfb 100644 --- a/ApplicationLibCode/CMakeLists.txt +++ b/ApplicationLibCode/CMakeLists.txt @@ -239,7 +239,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()