diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b04af27..72e33b97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,6 +87,12 @@ include (UseOptimization) # dependencies, in case they alter the list of warnings include (UseWarnings) +### --- begin opm-core specific --- ### +# parallel programming +include (UseOpenMP) +find_openmp (${project}) +### --- end opm-core specific --- ### + # macro to set standard variables (INCLUDE_DIRS, LIBRARIES etc.) include (OpmFind) find_and_append_package_list_to (${project} ${${project}_DEPS})