Common components for OPM, in particular build system (cmake).
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.) |
||
---|---|---|
cmake | ||
debian | ||
opm/common | ||
redhat | ||
.gitignore | ||
CMakeLists_files.cmake | ||
CMakeLists.txt | ||
configure | ||
dune.module | ||
LICENSE | ||
README.md |
opm-common
Contains common components used througout all of OPM, in particular CMake modules for the build system.