From 8200d9319987feb100c8ba121c032eb255b85510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Vanda=C3=ABle?= Date: Tue, 23 Jun 2026 22:45:26 +0200 Subject: [PATCH] CMakeLists: Remove redundant clang version check The minimum clang version is currently 15 --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f07566c044..dacb51c382 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -402,12 +402,6 @@ if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") set(CMAKE_PREFIX_PATH "${CMAKE_PREFIX_PATH};/usr/local") set(CMAKE_REQUIRED_INCLUDES "/usr/local/include") set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -L/usr/local/lib") - - if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 14.0) - # Workaround: the llvm libc++ and versions of clang earlier than 14 have a bug with consteval - # so we define FMT_CONSTEVAL to blank to just disable consteval in fmt - add_definitions(-DFMT_CONSTEVAL=) - endif() endif() # Dolphin requires threads.