|
|
@@ -34,13 +34,6 @@ if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "_jom")
|
|
|
)
|
|
|
endif()
|
|
|
|
|
|
-if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "nvhpc_")
|
|
|
- list(APPEND test_exclusions
|
|
|
- # FIXME(#24187): This test fails with NVHPC as the CUDA host compiler.
|
|
|
- "^CudaOnly.SeparateCompilationPTX$"
|
|
|
- )
|
|
|
-endif()
|
|
|
-
|
|
|
string(REPLACE ";" "|" test_exclusions "${test_exclusions}")
|
|
|
if (test_exclusions)
|
|
|
set(test_exclusions "(${test_exclusions})")
|