1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-08-09 08:55:35 +02:00
gbe_fork/cmake/share/cmake-3.30/Modules/Compiler/FujitsuClang-C.cmake
2024-08-19 00:33:31 +02:00

6 lines
232 B
CMake

include(Compiler/FujitsuClang)
set(_fjclang_ver "${CMAKE_C_COMPILER_VERSION_INTERNAL}")
set(CMAKE_C_COMPILER_VERSION "${CMAKE_C_COMPILER_VERSION_INTERNAL}")
include(Compiler/Clang-C)
set(CMAKE_C_COMPILER_VERSION "${_fjclang_ver}")