summaryrefslogtreecommitdiff
blob: 4cf2f715dd04788203daf6f39f55f6e720b91f81 (plain)
1
2
3
4
5
6
7
8
9
10
--- CMakeModules/FindLAPACK.cmake.orig	2009-06-19 11:13:06.922006535 +0200
+++ CMakeModules/FindLAPACK.cmake	2009-06-19 11:13:38.566170050 +0200
@@ -17,5 +17,6 @@
 
 IF(LAPACK_LIBRARIES)
   SET( LAPACK_FOUND "YES" )
+ELSE(LAPACK_LIBRARIES)
+  SET( LAPACK_LIBRARIES "")
 ENDIF(LAPACK_LIBRARIES)
-