Common components for OPM, in particular build system (cmake).
Go to file
Markus Blatt 4a5333887b Research for software if we search for COMPONENTS.
Otherwise we will never search for e.g. Boost multiple
times and the upmost module in the hierarchy will dictate
the components to be used. That does not work for downstream
modules.

Therefore with this change we check whether there is an argument
COMPONENTS passed to find_package and make sure there will be
another call to it if that is the case.
2018-07-13 16:10:32 +02:00
cmake Research for software if we search for COMPONENTS. 2018-07-13 16:10:32 +02:00
debian fix packaging after repo merge 2018-03-07 08:20:17 +01:00
docs typo 2015-06-18 12:06:38 +02:00
examples Add more flexibility to compareECL. 2018-06-27 15:22:55 +02:00
external/cjson changed: switch to the shared opm build system 2018-02-12 13:36:49 +01:00
jenkins Revert "changed: manually merge pr's to work around slow updating merge refs on github" 2018-05-29 09:23:11 +02:00
opm handling the over-writing control part of WHISTCTL 2018-07-04 14:50:08 +02:00
redhat further adjustments to redhat packaging 2018-06-21 09:02:36 +02:00
src/opm handling the over-writing control part of WHISTCTL 2018-07-04 14:50:08 +02:00
tests handling the over-writing control part of WHISTCTL 2018-07-04 14:50:08 +02:00
.gitignore Import opm-output 2018-03-05 10:30:59 +01:00
changelog.md Changelog December 2016 2017-01-03 10:48:10 +01:00
CMakeLists_files.cmake Rename SegmentSet -> WellSegments 2018-06-20 11:36:50 +02:00
CMakeLists.txt Export ENABLE_ECL_INPUT as it is used in opm-common-prereq.cmake 2018-07-12 12:25:21 +02:00
CopyHeaders.cmake changed: use a two-tiered process for code gen 2018-06-18 10:07:52 +02:00
dune.module dune.module: update version to 2018.10-pre 2018-04-26 17:48:37 +02:00
ExtraTests.cmake Remove stale test 2018-06-20 09:27:02 +02:00
GenerateKeywords.cmake changed: use a two-tiered process for code gen 2018-06-18 10:07:52 +02:00
LICENSE Initial commit 2015-03-18 01:59:50 -05:00
opm-common-prereqs.cmake Rephrase comment into more proper English 2018-07-10 15:57:10 +02:00
README.md remove travis build status from README.md 2018-01-04 12:07:46 +01:00

opm-common

Contains common components used throughout all of OPM, in particular CMake modules for the build system.