Skip to content

Commit

Permalink
Merge pull request #3009 from vicentebolea/quite-cuda-find-package
Browse files Browse the repository at this point in the history
CMAKE: silence find_package(CUDA)
  • Loading branch information
JasonRuonanWang authored Jan 21, 2022
2 parents 403f9c4 + 86ec536 commit a92620a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/DetectOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ set(mpi_find_components C)

# Cuda
if(ADIOS2_USE_CUDA STREQUAL AUTO)
find_package(CUDAToolkit)
find_package(CUDAToolkit QUIET)
elseif(ADIOS2_USE_CUDA)
find_package(CUDAToolkit REQUIRED)
endif()
Expand Down

0 comments on commit a92620a

Please sign in to comment.