diff options
author | Chuck Atkins <chuck.atkins@kitware.com> | 2020-12-22 21:11:34 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-03-31 13:14:45 (GMT) |
commit | 27579e9cf12a9994fc15ff9e5487f73cc0406428 (patch) | |
tree | 547baebe2c46fbb4ef8ce37ebb65a2fc834b623b /Modules/Platform/Linux-Fujitsu-CXX.cmake | |
parent | a55feff69c7967d56e0935d841cf1ea2c980a43a (diff) | |
download | CMake-27579e9cf12a9994fc15ff9e5487f73cc0406428.zip CMake-27579e9cf12a9994fc15ff9e5487f73cc0406428.tar.gz CMake-27579e9cf12a9994fc15ff9e5487f73cc0406428.tar.bz2 |
FujitsuClang: Add support for the Fujitsu compiler in Clang mode
This should be front end compatible with vanilla clang but giving it a
unique identifier allows a project to pass additional options unique to
Fujitsu and outside the scope of a CMake builtin.
Diffstat (limited to 'Modules/Platform/Linux-Fujitsu-CXX.cmake')
-rw-r--r-- | Modules/Platform/Linux-Fujitsu-CXX.cmake | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Modules/Platform/Linux-Fujitsu-CXX.cmake b/Modules/Platform/Linux-Fujitsu-CXX.cmake index d72dd49..5257f13 100644 --- a/Modules/Platform/Linux-Fujitsu-CXX.cmake +++ b/Modules/Platform/Linux-Fujitsu-CXX.cmake @@ -1,8 +1 @@ -# Distributed under the OSI-approved BSD 3-Clause License. See accompanying -# file Copyright.txt or https://cmake.org/licensing for details - -include(Platform/Linux-Fujitsu) -__linux_compiler_fujitsu(CXX) - -# Special sauce to propagate the -std=xxx flag when linking -set(CMAKE_CXX_LINK_WITH_STANDARD_COMPILE_OPTION ON) +include(Platform/Linux-Clang-CXX) |