From 9d012b1f69c5bcc0fc1ee9452340f490dd2881d9 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Wed, 30 Nov 2022 09:49:52 -0500 Subject: FindCUDAToolkit: Ensure that paths provided have no symlinks Fixes: #24188 --- .gitlab/ci/ctest_exclusions.cmake | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitlab') diff --git a/.gitlab/ci/ctest_exclusions.cmake b/.gitlab/ci/ctest_exclusions.cmake index b29e785741..a2789c3af8 100644 --- a/.gitlab/ci/ctest_exclusions.cmake +++ b/.gitlab/ci/ctest_exclusions.cmake @@ -31,9 +31,6 @@ if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "nvhpc_") list(APPEND test_exclusions # FIXME(#24187): This test fails with NVHPC as the CUDA host compiler. "^CudaOnly.SeparateCompilationPTX$" - - # FIXME(#24188): FindCUDAToolkit breaks on some symlink layouts. - "^Cuda.Toolkit$" ) endif() -- cgit v1.2.1