mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-24 10:36:55 +00:00
let openbsd be fucked then i guess (FOR NOW)
This commit is contained in:
+2
-2
@@ -24,8 +24,8 @@ include(CMakeDependentOption)
|
||||
include(CTest)
|
||||
include(CPMUtil)
|
||||
|
||||
if (NOT DEFINED ARCHITECTURE)
|
||||
message(FATAL_ERROR "Architecture didn't make it out of scope, did you delete DetectArchitecture.cmake?")
|
||||
if (CXX_GCC AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "14.0")
|
||||
message(FATAL_ERROR "You must use gcc14 (or newer) feel free to fix clang yourself otherwise.")
|
||||
endif()
|
||||
|
||||
if (OPENBSD)
|
||||
|
||||
Reference in New Issue
Block a user