diff options
author | Brad King <brad.king@kitware.com> | 2021-11-03 14:37:33 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-11-03 14:37:55 (GMT) |
commit | 98f0ee645fc70a71353f87f86139d1db56f0541b (patch) | |
tree | 2302b4e4e862d9a8ea92d4edab26b9ac59aecab7 /Tests/IncludeDirectories | |
parent | 47846c50632f6d43d528c5e4fe537b8165d313a9 (diff) | |
parent | 92624714c4ab99fd14631c7a8b45d5efc02cdff9 (diff) | |
download | CMake-98f0ee645fc70a71353f87f86139d1db56f0541b.zip CMake-98f0ee645fc70a71353f87f86139d1db56f0541b.tar.gz CMake-98f0ee645fc70a71353f87f86139d1db56f0541b.tar.bz2 |
Merge topic 'nvhpc-isystem'
92624714c4 NVHPC: Support SYSTEM include directories
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6691
Diffstat (limited to 'Tests/IncludeDirectories')
-rw-r--r-- | Tests/IncludeDirectories/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/IncludeDirectories/CMakeLists.txt b/Tests/IncludeDirectories/CMakeLists.txt index 5be1e97..788c5be 100644 --- a/Tests/IncludeDirectories/CMakeLists.txt +++ b/Tests/IncludeDirectories/CMakeLists.txt @@ -7,6 +7,7 @@ endif() project(IncludeDirectories) if (((CMAKE_C_COMPILER_ID STREQUAL GNU AND CMAKE_C_COMPILER_VERSION VERSION_GREATER 4.4) OR (CMAKE_C_COMPILER_ID STREQUAL Clang AND NOT "x${CMAKE_CXX_SIMULATE_ID}" STREQUAL "xMSVC") + OR CMAKE_C_COMPILER_ID STREQUAL NVHPC OR CMAKE_C_COMPILER_ID STREQUAL AppleClang OR CMAKE_C_COMPILER_ID STREQUAL LCC OR ("x${CMAKE_C_COMPILER_ID}" STREQUAL "xMSVC" AND |