Quietly searcg for OpenMP in opm-common-prereqs.cmake

This commit is contained in:
Markus Blatt 2020-04-28 12:58:39 +02:00
parent bb185a23ce
commit a87e6f281d
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,8 @@ is_compiler_gcc_compatible ()
include(TestCXXAcceptsFlag)
macro (opm_defaults opm)
message("Processing opm_defaults ${opm}")
# if we are installing a development version (default when checking out of
# VCS), then remember which directories were used when configuring. package
# distribution should disable this option.

View File

@ -15,7 +15,7 @@ set (opm-common_DEPS
list(APPEND opm-common_DEPS
# various runtime library enhancements
"Boost 1.44.0 COMPONENTS system unit_test_framework REQUIRED"
"OpenMP"
"OpenMP QUIET"
)
find_package_deps(opm-common)