java: require CMake 3.12
CMake 3.12 introduced support for the SHELL:
escaping syntax for
target_compile_options
. This is required to get CMake to accept the
-source
and -target
flags correctly.
Backport: release
Edited by Ben Boeckel
CMake 3.12 introduced support for the SHELL:
escaping syntax for
target_compile_options
. This is required to get CMake to accept the
-source
and -target
flags correctly.
Backport: release