Files
CMake/Modules/Platform/OpenBSD-GNU.cmake
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
126 B
CMake

include_guard()
include(Platform/NetBSD-GNU)
macro(__openbsd_compiler_gnu lang)
__netbsd_compiler_gnu(${lang})
endmacro()