Files
opm-common/cmake/Modules
Markus Blatt a4f73a3a7c Use add_compile_definitions for newer CMake versions.
add_definitions is deprecated.
Note the new command does not need the -D qualifier but will detect
if there is one and act accordingly. This helps with package
configuration files that have "-DVAR" in their COMPILE_DEFINTIONS

As some packages actually already add the -D qualifier we now detect
that to be able to support old CMake version without
add_compile_definitions. In this case we prevent adding another -D
and use add_definitions.
2021-03-17 11:16:13 +01:00
..
2015-05-08 11:55:40 +02:00
2015-05-08 11:55:40 +02:00
2017-09-10 06:18:48 +02:00
2016-04-06 11:58:36 +02:00
2015-05-08 11:55:40 +02:00
2018-09-14 10:29:59 +02:00