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

Merge branch 'cleanup/cmake-cleanup-vc-msg' into 'master'

[cmake][cleanup] format message as status message

See merge request !1060
parents fc5f0397 049d4721
Branches
Tags
1 merge request!1060[cmake][cleanup] format message as status message
Pipeline #41591 passed
Pipeline: Dune Nightly Test

#41593

    ......@@ -41,7 +41,7 @@ include(AddParMETISFlags)
    set(MINIMUM_VC_VERSION)
    if((CMAKE_CXX_COMPILER_ID STREQUAL Clang) AND
    (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 7))
    message("Raising minimum acceptable Vc version to 1.4.1 due to use of Clang 7 (or later), see https://gitlab.dune-project.org/core/dune-common/issues/132")
    message(STATUS "Raising minimum acceptable Vc version to 1.4.1 due to use of Clang 7 (or later), see https://gitlab.dune-project.org/core/dune-common/issues/132")
    set(MINIMUM_VC_VERSION 1.4.1)
    endif()
    find_package(Vc ${MINIMUM_VC_VERSION} NO_MODULE)
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment