summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/configure_debian10_aarch64_ninja.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-04-14 17:53:03 (GMT)
committerBrad King <brad.king@kitware.com>2021-04-14 18:57:03 (GMT)
commite4649d1d159de9c1a6f4833d6f9a5a44e5c4781b (patch)
tree312fca1e4d52483d81992fe8d7b6a2ff8cefeabf /.gitlab/ci/configure_debian10_aarch64_ninja.cmake
parent116edb5c04790e5d9127b5cfb51943eebd5d33d8 (diff)
downloadCMake-e4649d1d159de9c1a6f4833d6f9a5a44e5c4781b.zip
CMake-e4649d1d159de9c1a6f4833d6f9a5a44e5c4781b.tar.gz
CMake-e4649d1d159de9c1a6f4833d6f9a5a44e5c4781b.tar.bz2
Find{BLAS,LAPACK}: Add test case covering Intel MKL
Diffstat (limited to '.gitlab/ci/configure_debian10_aarch64_ninja.cmake')
-rw-r--r--.gitlab/ci/configure_debian10_aarch64_ninja.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/ci/configure_debian10_aarch64_ninja.cmake b/.gitlab/ci/configure_debian10_aarch64_ninja.cmake
index 1ad3ac4..f665f7d 100644
--- a/.gitlab/ci/configure_debian10_aarch64_ninja.cmake
+++ b/.gitlab/ci/configure_debian10_aarch64_ninja.cmake
@@ -1,5 +1,5 @@
set(CMake_TEST_FindALSA "ON" CACHE BOOL "")
-set(CMake_TEST_FindBLAS "ON" CACHE BOOL "")
+set(CMake_TEST_FindBLAS "All" CACHE STRING "")
set(CMake_TEST_FindBoost "ON" CACHE BOOL "")
set(CMake_TEST_FindBoost_Python "ON" CACHE BOOL "")
set(CMake_TEST_FindBZip2 "ON" CACHE BOOL "")
@@ -23,7 +23,7 @@ set(CMake_TEST_FindIconv "ON" CACHE BOOL "")
set(CMake_TEST_FindIntl "ON" CACHE BOOL "")
set(CMake_TEST_FindJPEG "ON" CACHE BOOL "")
set(CMake_TEST_FindJsonCpp "ON" CACHE BOOL "")
-set(CMake_TEST_FindLAPACK "ON" CACHE BOOL "")
+set(CMake_TEST_FindLAPACK "All" CACHE STRING "")
set(CMake_TEST_FindLibArchive "ON" CACHE BOOL "")
set(CMake_TEST_FindLibinput "ON" CACHE BOOL "")
set(CMake_TEST_FindLibLZMA "ON" CACHE BOOL "")