Files
Undefine 7ae11ea4e7 Platform: Add compiler platform modules for BSDs
These set variables required for CMAKE_LINKER_TYPE to work

Fixes: #27037
2025-07-12 21:36:42 +02:00

8 lines
127 B
CMake

include_guard()
include(Platform/OpenBSD-GNU)
macro(__mirbsd_compiler_gnu lang)
__openbsd_compiler_gnu(${lang})
endmacro()