Skip to content
Snippets Groups Projects
Commit 049d4721 authored by Timo Koch's avatar Timo Koch
Browse files

[cmake][cleanup] format message as status message

parent fc5f0397
No related branches found
No related tags found
1 merge request!1060[cmake][cleanup] format message as status message
Pipeline #41590 passed with warnings
......@@ -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.
Finish editing this message first!
Please register or to comment