summaryrefslogtreecommitdiffstats
path: root/Modules/FindLAPACK.cmake
diff options
context:
space:
mode:
authorMario Emmenlauer <mario@emmenlauer.de>2020-01-23 12:43:33 (GMT)
committerMario Emmenlauer <mario@emmenlauer.de>2020-01-28 09:27:22 (GMT)
commitfd1d4b823f843e13bbc1ce9d19b3354e6645d6b4 (patch)
tree3698ee00aa839834bd331d21ae6373ed9b3b97e5 /Modules/FindLAPACK.cmake
parentc60c847510605c7e52804eb8c115124e78030962 (diff)
downloadCMake-fd1d4b823f843e13bbc1ce9d19b3354e6645d6b4.zip
CMake-fd1d4b823f843e13bbc1ce9d19b3354e6645d6b4.tar.gz
CMake-fd1d4b823f843e13bbc1ce9d19b3354e6645d6b4.tar.bz2
Find{BLAS,LAPACK}: Fixed incorrect static library suffix for Apple
Diffstat (limited to 'Modules/FindLAPACK.cmake')
-rw-r--r--Modules/FindLAPACK.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/FindLAPACK.cmake b/Modules/FindLAPACK.cmake
index 0a8026d..e5cdf46 100644
--- a/Modules/FindLAPACK.cmake
+++ b/Modules/FindLAPACK.cmake
@@ -140,9 +140,6 @@ macro(CHECK_LAPACK_LIBRARIES LIBRARIES _prefix _name _flags _list _threadlibs _a
if(BLA_STATIC)
if(WIN32)
set(CMAKE_FIND_LIBRARY_SUFFIXES .lib ${CMAKE_FIND_LIBRARY_SUFFIXES})
- endif()
- if(APPLE)
- set(CMAKE_FIND_LIBRARY_SUFFIXES .lib ${CMAKE_FIND_LIBRARY_SUFFIXES})
else()
set(CMAKE_FIND_LIBRARY_SUFFIXES .a ${CMAKE_FIND_LIBRARY_SUFFIXES})
endif()