Merge pull request #181 from rolk/182_openmp

Probe explicitly for OpenMP
This commit is contained in:
Atgeirr Flø Rasmussen 2013-03-07 05:47:25 -08:00
commit fc2d6ee81f

View File

@ -91,6 +91,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})