]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
CMake: Bugfix, use correct order
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 11 Jul 2013 22:44:41 +0000 (22:44 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 11 Jul 2013 22:44:41 +0000 (22:44 +0000)
git-svn-id: https://svn.dealii.org/trunk@29980 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/configure/configure_1_lapack.cmake

index 8a03577ded65755b646d7e92cb5355f1865705e4..952f915930de8a79fa1257bd499dd99fd20d64f8 100644 (file)
@@ -44,7 +44,7 @@ MACRO(FEATURE_LAPACK_FIND_EXTERNAL var)
   # Do this unconditionally for the most common case:
   # TODO: Non-GNU setups...
   #
-  FOREACH(_lib m gfortran quadmath)
+  FOREACH(_lib gfortran m quadmath)
     FIND_LIBRARY(${_lib}_lib
       NAMES ${_lib}
       HINTS ${CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES})

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.