summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-11-19 20:47:59 (GMT)
committerBrad King <brad.king@kitware.com>2018-11-19 20:47:59 (GMT)
commita5241cc3a7d5c7173603e637c039f1b8a1852627 (patch)
tree5120a2b3a550e02161c6cf9c354012fab8d997c7 /Modules
parent3e1c361afa1c58b3c56a3253f8215dfaac2c0cc4 (diff)
parenta3c31effedbaf6c552fc433ac6688cb0453e7bf3 (diff)
downloadCMake-a5241cc3a7d5c7173603e637c039f1b8a1852627.zip
CMake-a5241cc3a7d5c7173603e637c039f1b8a1852627.tar.gz
CMake-a5241cc3a7d5c7173603e637c039f1b8a1852627.tar.bz2
Merge branch 'blas-pkgcfg' into release-3.13
Merge-request: !2631
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindBLAS.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/FindBLAS.cmake b/Modules/FindBLAS.cmake
index efcf355..b5546e0 100644
--- a/Modules/FindBLAS.cmake
+++ b/Modules/FindBLAS.cmake
@@ -93,6 +93,7 @@ if(BLA_PREFER_PKGCONFIG)
find_package(PkgConfig)
pkg_check_modules(PKGC_BLAS blas)
if(PKGC_BLAS_FOUND)
+ set(BLAS_FOUND ${PKGC_BLAS_FOUND})
set(BLAS_LIBRARIES "${PKGC_BLAS_LINK_LIBRARIES}")
return()
endif()