Roland Kaufmann
9d19b116d7
Issue a CMake warning if client project is incompatible
...
This puts a test into the ${project}-config.cmake file which warns
if the client project is built with a variable which is incompatible
with the build of opm-core.
Consider this minimal project:
cmake_minimum_required (VERSION 2.8)
set (HAVE_MPI 1)
find_package (opm-core)
If linked with `-Dopm-core_DIR=` path to an opm-core tree which is
build *without* MPI-support, this will issue a warning when building
the client project.
This doesn't catch all cases (if a variable isn't defined, we cannot
know if it is an omission or if it has intentionally been left blank),
but at least it catches some.
2013-08-21 22:16:31 +02:00
..
2013-08-14 23:39:01 +02:00
2013-05-15 10:24:52 +02:00
2013-05-15 10:24:52 +02:00
2013-05-15 10:24:52 +02:00
2013-08-21 22:16:31 +02:00
2013-08-19 20:01:22 +02:00
2013-08-16 23:55:43 +02:00
2013-05-15 10:24:52 +02:00
2013-08-16 23:55:40 +02:00
2013-08-21 22:16:11 +02:00
2013-05-15 10:24:52 +02:00
2013-08-19 20:01:23 +02:00
2013-08-19 20:01:23 +02:00
2013-08-16 23:55:39 +02:00
2013-08-14 23:39:02 +02:00
2013-08-14 23:39:06 +02:00
2013-08-16 23:55:42 +02:00
2013-08-19 20:01:25 +02:00
2013-08-19 20:01:25 +02:00
2013-06-25 14:54:22 +02:00
2013-08-14 23:39:04 +02:00
2013-08-16 23:55:40 +02:00
2013-08-16 23:55:37 +02:00
2013-08-14 23:39:02 +02:00
2013-08-14 23:39:06 +02:00
2013-08-14 23:39:02 +02:00
2013-08-14 23:39:02 +02:00
2013-08-14 23:39:02 +02:00
2013-08-14 23:39:04 +02:00
2013-08-16 23:55:31 +02:00
2013-05-15 10:24:52 +02:00
2013-05-15 10:24:52 +02:00
2013-05-15 10:24:52 +02:00
2013-08-16 23:55:29 +02:00
2013-08-16 23:55:43 +02:00
2013-08-19 20:01:22 +02:00
2013-08-19 20:01:23 +02:00
2013-08-19 20:01:24 +02:00
2013-08-19 20:01:23 +02:00
2013-08-19 20:01:23 +02:00
2013-08-19 20:01:23 +02:00
2013-08-14 23:39:01 +02:00
2013-08-14 23:39:06 +02:00
2013-08-14 23:39:05 +02:00
2013-08-16 23:55:43 +02:00
2013-08-16 23:55:43 +02:00
2013-08-14 23:39:04 +02:00
2013-08-21 22:16:06 +02:00
2013-05-15 10:24:52 +02:00
2013-08-14 23:39:03 +02:00
2013-08-14 23:39:05 +02:00
2013-08-14 23:02:40 +02:00
2013-08-19 20:01:22 +02:00
2013-08-19 21:36:59 +02:00
2013-08-16 23:55:43 +02:00
2013-08-14 23:39:02 +02:00
2013-08-14 23:39:05 +02:00
2013-08-14 23:39:05 +02:00
2013-08-14 23:39:06 +02:00
2013-08-19 20:01:22 +02:00
2013-08-14 23:39:05 +02:00
2013-05-15 10:24:52 +02:00
2013-05-15 10:24:52 +02:00
2013-05-15 10:24:52 +02:00
2013-08-14 23:39:05 +02:00
2013-08-14 23:39:05 +02:00
2013-08-14 23:39:05 +02:00
2013-05-15 10:24:52 +02:00
2013-05-15 10:24:52 +02:00
2013-08-16 23:55:43 +02:00
2013-08-14 23:39:05 +02:00