From d8fa4af3932785198971e625ed574e8695009e06 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 12 Sep 2026 16:38:52 +0200 Subject: [PATCH] format --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bca36ef9a..212241804 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -239,9 +239,8 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang") # Clang compiler set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pipe") # <-- required for clang? see adding pr description again else() # Undefined compiler - message(WARNING - "Unknown C++ compiler: ${CMAKE_CXX_COMPILER_ID}" - ) + message(WARNING "Unknown C++ compiler: ${CMAKE_CXX_COMPILER_ID}") + endif() # GNU systems need to define the Mersenne Exponent for SFMT for the RNG to compile without warning