Common components for OPM, in particular build system (cmake).
Go to file
Andreas Lauser 9cd4a79b87 hack around CMake policy CMP00054
newer versions of cmake (mine is 3.2.2) complain about policy CMP00054:

```
CMake Warning (dev) at /home/and/src/opm-common/cmake/Modules/ConfigVars.cmake:30 (if):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "FILE" will no longer be dereferenced when the policy
  is set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  /home/and/src/opm-common/cmake/Modules/OpmLibMain.cmake:173 (configure_vars)
  CMakeLists.txt:109 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.
```

since I'm pretty sure that the old behaviour was not intended here,
fix this for older versions of cmake as well (by adding a prefix so that
CMake does not interpret "FILE" as a variable.)
2015-11-17 17:36:11 +01:00
cmake hack around CMake policy CMP00054 2015-11-17 17:36:11 +01:00
debian added: debian packaging 2015-10-20 10:07:25 +02:00
opm/common add the error macros from opm-core 2015-10-08 12:13:19 +02:00
redhat add redhat packaging 2015-10-20 15:41:58 +02:00
.gitignore Added .gitignore file 2015-03-18 14:48:36 +01:00
CMakeLists_files.cmake add the error macros from opm-core 2015-10-08 12:13:19 +02:00
CMakeLists.txt fixed: we need different paths in installed and in-tree config file 2015-09-21 14:21:21 +02:00
configure add a hack to the configure script so that it specifies --with-opm-common for itself 2015-09-08 15:11:06 +02:00
dune.module Bump version and unify format of dune.module. 2015-10-23 13:18:47 +02:00
LICENSE Initial commit 2015-03-18 01:59:50 -05:00
README.md Update README.md 2015-10-21 11:00:30 +02:00

opm-common

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