mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-29 07:02:27 +00:00
6 lines
242 B
CMake
6 lines
242 B
CMake
include(Compiler/FujitsuClang)
|
|
|
|
set(_fjclang_ver "${CMAKE_CXX_COMPILER_VERSION_INTERNAL}")
|
|
set(CMAKE_CXX_COMPILER_VERSION "${CMAKE_CXX_COMPILER_VERSION_INTERNAL}")
|
|
include(Compiler/Clang-CXX)
|
|
set(CMAKE_CXX_COMPILER_VERSION "${_fjclang_ver}")
|