]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CMake: Refactor include to appropriate file 1802/head
authorMatthias Maier <tamiko@43-1.org>
Tue, 27 Oct 2015 18:16:44 +0000 (13:16 -0500)
committerMatthias Maier <tamiko@43-1.org>
Tue, 27 Oct 2015 18:16:44 +0000 (13:16 -0500)
cmake/configure/configure_1_lapack.cmake
cmake/setup_external_macros.cmake

index cc91a6f752188d0f2b613786c0d61ef0f6c9b578..629b1d867c58ad4ebc6b08903e4054b73f3c7e5d 100644 (file)
@@ -35,7 +35,6 @@ MACRO(FEATURE_LAPACK_FIND_EXTERNAL var)
     # Push -pthread as well:
     ENABLE_IF_SUPPORTED(CMAKE_REQUIRED_FLAGS "-pthread")
 
-    INCLUDE(CheckCSourceCompiles)
     CHECK_C_SOURCE_COMPILES("
       char daxpy_(); char dgeev_(); char dgeevx_(); char dgelsd_(); char
       dgemm_(); char dgemv_(); char dgeqrf_(); char dgesdd_(); char
index 6df85255b82856926687d42ce46dc19c68185351..e625f77e1b82679affddffc95767b7b7eab4bac0 100644 (file)
@@ -1,6 +1,6 @@
 ## ---------------------------------------------------------------------
 ##
-## Copyright (C) 2012 - 2014 by the deal.II authors
+## Copyright (C) 2012 - 2015 by the deal.II authors
 ##
 ## This file is part of the deal.II library.
 ##
@@ -23,5 +23,5 @@ INCLUDE(CheckCXXSourceRuns)
 INCLUDE(CheckCXXSymbolExists)
 INCLUDE(CheckIncludeFileCXX)
 
+INCLUDE(CheckCSourceCompiles)
 INCLUDE(CheckFunctionExists)
-

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.