Skip to content

Replace CMake command exec_program with execute_process

Marco Clemencic requested to merge fix-cmp0153-run2 into run2-patches

exec_program has been deprecated for quite some time and recent versions of CMake warn not to use it. See https://cmake.org/cmake/help/latest/policy/CMP0153.html

Merge request reports