12 lines
315 B
CMake
Raw Normal View History

2023-10-31 23:11:15 +01:00
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.
2023-11-01 01:44:24 +01:00
2023-10-31 23:11:15 +01:00
# This module is shared by multiple languages; use include blocker.
2023-11-01 01:44:24 +01:00
if(__COMPILER_FUJITSUCLANG)
2023-10-31 23:11:15 +01:00
return()
endif()
2023-11-01 01:44:24 +01:00
set(__COMPILER_FUJITSUCLANG 1)
2023-10-31 23:11:15 +01:00
2023-11-01 01:44:24 +01:00
include(Compiler/Clang)