qt-build-tools/6.5.3/_tools/cmake/share/cmake-3.27/Modules/Compiler/FujitsuClang.cmake

12 lines
315 B
CMake
Raw Normal View History

2023-11-01 06:11:15 +08: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 08:44:24 +08:00
2023-11-01 06:11:15 +08:00
# This module is shared by multiple languages; use include blocker.
2023-11-01 08:44:24 +08:00
if(__COMPILER_FUJITSUCLANG)
2023-11-01 06:11:15 +08:00
return()
endif()
2023-11-01 08:44:24 +08:00
set(__COMPILER_FUJITSUCLANG 1)
2023-11-01 06:11:15 +08:00
2023-11-01 08:44:24 +08:00
include(Compiler/Clang)