Skip to content

Commit

Permalink
Quietly searcg for OpenMP in opm-common-prereqs.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
blattms authored and joakim-hove committed Apr 30, 2020
1 parent 75a2a7e commit 2bae3b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cmake/Modules/OpmDefaults.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion opm-common-prereqs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 2bae3b2

Please sign in to comment.