I broke it again

This commit is contained in:
Xaymar
2025-04-18 16:05:46 +02:00
parent cd78d7a42d
commit e57f229c77
5 changed files with 34 additions and 19 deletions
+1 -2
View File
@@ -16,7 +16,7 @@
# This is a (mostly) self-contained toolchain file that sets up everything necessary to compile with LLVM/Clang.
# cmake --fresh -C cmake/generators/ninja.cmake --preset windows-x64-llvm
cmake_minimum_required(VERSION 3.30...4.0)
cmake_minimum_required(VERSION 4.0 FATAL_ERROR)
include_guard(GLOBAL)
list(APPEND CMAKE_MESSAGE_INDENT "[LLVM] ")
@@ -351,7 +351,6 @@ if(
else()
message(FATAL_ERROR "Failed to find or provide a compatible LLVM installation.")
endif()
endif()
list(POP_BACK CMAKE_MESSAGE_INDENT)