Skip to content
Snippets Groups Projects
Commit b09d1048 authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Merge branch 'issue/cmake-blas-lapack-cmake-push-check-state' into 'master'

Add missing includes CMakePushCheckState and FeatureSummary

See merge request !1047
parents 10e76a88 b83ba45e
Branches
Tags
1 merge request!1047Add missing includes CMakePushCheckState and FeatureSummary
Pipeline #41101 passed
Pipeline: Dune Nightly Test

#41102

    ......@@ -11,6 +11,7 @@
    #
    include_guard(GLOBAL)
    include(FeatureSummary)
    set_package_properties("BLAS" PROPERTIES
    DESCRIPTION "fast linear algebra routines")
    set_package_properties("LAPACK" PROPERTIES
    ......@@ -23,6 +24,8 @@ set(HAVE_LAPACK ${LAPACK_FOUND})
    # register Lapack library as dune package
    if(HAVE_LAPACK)
    dune_register_package_flags(LIBRARIES "${LAPACK_LIBRARIES}")
    include(CMakePushCheckState)
    cmake_push_check_state()
    set(CMAKE_REQUIRED_LIBRARIES ${LAPACK_LIBRARIES})
    check_function_exists("dsyev_" LAPACK_NEEDS_UNDERLINE)
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment