summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/NVHPC-C.cmake
diff options
context:
space:
mode:
authorRobert Maynard <rmaynard@nvidia.com>2021-07-28 17:47:19 (GMT)
committerBrad King <brad.king@kitware.com>2021-07-29 14:43:54 (GMT)
commit7ce718376cb6853793a75ee9a6e22ecff04e75fe (patch)
tree6183a154c05e58d4f6f31277dbcfa10f234daefe /Modules/Compiler/NVHPC-C.cmake
parent516ac348c7b14d8221e3f579454a8356e62d28d3 (diff)
downloadCMake-7ce718376cb6853793a75ee9a6e22ecff04e75fe.zip
CMake-7ce718376cb6853793a75ee9a6e22ecff04e75fe.tar.gz
CMake-7ce718376cb6853793a75ee9a6e22ecff04e75fe.tar.bz2
NVHPC: Support 21.07 change to '-MD' where it behaves like gcc
Diffstat (limited to 'Modules/Compiler/NVHPC-C.cmake')
-rw-r--r--Modules/Compiler/NVHPC-C.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/Modules/Compiler/NVHPC-C.cmake b/Modules/Compiler/NVHPC-C.cmake
index a734edf..72c2656 100644
--- a/Modules/Compiler/NVHPC-C.cmake
+++ b/Modules/Compiler/NVHPC-C.cmake
@@ -4,9 +4,4 @@ include(Compiler/NVHPC)
# Needed so that we support `LANGUAGE` property correctly
set(CMAKE_C_COMPILE_OPTIONS_EXPLICIT_LANGUAGE -x c)
-# Required since as of NVHPC 21.03 the `-MD` flag implicitly
-# implies `-E` and therefore compilation and dependency generation
-# can't occur in the same invocation
-set(CMAKE_C_DEPENDS_EXTRA_COMMANDS "<CMAKE_C_COMPILER> <DEFINES> <INCLUDES> <FLAGS> -x c -M <SOURCE> -MT <OBJECT> -MD<DEP_FILE>")
-
__compiler_nvhpc(C)