summaryrefslogtreecommitdiff
path: root/Modules/FindLAPACK.cmake
diff options
context:
space:
mode:
authorIgor S. Gerasimov <i.s.ger@ya.ru>2021-10-07 11:16:08 +0900
committerBrad King <brad.king@kitware.com>2021-10-07 09:33:51 -0400
commit816dc1cb19a1ed1cd4aef1f4b06e9d57cce0d4e6 (patch)
tree3afe182e27be2f449865b5ebbd200683c274c1d8 /Modules/FindLAPACK.cmake
parenta7843faa20d14a825e3c5d0ecba91112d697dbe6 (diff)
downloadcmake-816dc1cb19a1ed1cd4aef1f4b06e9d57cce0d4e6.tar.gz
FindBLAS: Replace set(A val) with string(APPEND)
Diffstat (limited to 'Modules/FindLAPACK.cmake')
-rw-r--r--Modules/FindLAPACK.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindLAPACK.cmake b/Modules/FindLAPACK.cmake
index 6801083d32..5540965e53 100644
--- a/Modules/FindLAPACK.cmake
+++ b/Modules/FindLAPACK.cmake
@@ -511,7 +511,7 @@ if(NOT LAPACK_NOT_FOUND_MESSAGE)
# Check for OpenMP support, VIA BLA_VENDOR of Arm_mp or Arm_ipl64_mp
if(BLA_VENDOR MATCHES "_mp")
- string(APPEND LAPACK_armpl_LIB "_mp")
+ string(APPEND LAPACK_armpl_LIB "_mp")
endif()
check_lapack_libraries(