I just updated master and the 2.2.x branch to check if I can compile.
This worked but I get now 4 CMake deprecation warnings:
CMake Deprecation Warning at CMakeLists.txt:40 (cmake_policy):
The OLD behavior for policy CMP0003 will be removed from a future
version of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only
under specific short-term circumstances. Projects should be ported to
the NEW behavior and not rely on setting a policy to OLD.
CMake Deprecation Warning at CMakeLists.txt:41 (cmake_policy):
The OLD behavior for policy CMP0005 will be removed from a future ...
CMake Deprecation Warning at CMakeLists.txt:45 (cmake_policy):
The OLD behavior for policy CMP0020 will be removed from a future...
CMake Deprecation Warning at CMakeLists.txt:48 (cmake_policy):
The OLD behavior for policy CMP0028 will be removed from a future...
Kornel, should we ignore them or are they a result because I updated to
CMake 3.9?
thanks and regards
Uwe