From 5083ca5e4b04387edd495b488866d0f8ddf6bd9f Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Wed, 11 Feb 2015 15:58:17 +0000
Subject: [PATCH] fix misprint for LAPACK_LIBDIR

---
 cmake_modules/morse/find/FindLAPACK.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake_modules/morse/find/FindLAPACK.cmake b/cmake_modules/morse/find/FindLAPACK.cmake
index f66eb8ff0..93f89b27d 100644
--- a/cmake_modules/morse/find/FindLAPACK.cmake
+++ b/cmake_modules/morse/find/FindLAPACK.cmake
@@ -180,8 +180,8 @@ if (NOT _libdir)
         list(APPEND _libdir "${LAPACK_DIR}/lib/ia32")
     endif()
   endif ()
-  if (LAPACK_LIBIR)
-    list(APPEND _libdir "${LAPACK_LIBIR}")
+  if (LAPACK_LIBDIR)
+    list(APPEND _libdir "${LAPACK_LIBDIR}")
   endif ()
   if (WIN32)
     string(REPLACE ":" ";" _libdir2 "$ENV{LIB}")
-- 
GitLab