mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
@@ -1364,7 +1364,7 @@ if(BLA_VENDOR STREQUAL "NVPL" OR BLA_VENDOR STREQUAL "All")
|
||||
endif()
|
||||
|
||||
if(NOT BLAS_LIBRARIES)
|
||||
find_package(nvpl)
|
||||
find_package(nvpl QUIET)
|
||||
if(nvpl_FOUND)
|
||||
foreach(_nvpl_thread IN LISTS _blas_nvpl_threads)
|
||||
foreach(_nvpl_int IN LISTS _blas_nvpl_ints)
|
||||
|
||||
@@ -737,7 +737,7 @@ if(NOT LAPACK_NOT_FOUND_MESSAGE)
|
||||
list(APPEND _lapack_nvpl_threads "_seq")
|
||||
endif()
|
||||
|
||||
find_package(nvpl)
|
||||
find_package(nvpl QUIET)
|
||||
if(nvpl_FOUND)
|
||||
foreach(_nvpl_thread IN LISTS _lapack_nvpl_threads)
|
||||
foreach(_nvpl_int IN LISTS _lapack_nvpl_ints)
|
||||
|
||||
Reference in New Issue
Block a user