aad17f1e9fa496b4a1c4a2f3e583f655510eb4a4
[platform/upstream/cmake.git] / Modules / Platform / Linux-NVHPC.cmake
1 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
2 # file Copyright.txt or https://cmake.org/licensing for details.
3
4
5 # This module is shared by multiple languages; use include blocker.
6 if(__LINUX_COMPILER_NVIDIA)
7   return()
8 endif()
9 set(__LINUX_COMPILER_NVIDIA 1)
10
11 include(Platform/Linux-PGI)
12
13 macro(__linux_compiler_nvhpc lang)
14   __linux_compiler_pgi(${lang})
15 endmacro()