Skip to content

CMP0153: exec_program() command should not be called.

Rafael Sadowski requested to merge rsadowski/digikam:fix-cmake-CMP0153 into master

Replace deprecated exec_prograe with execute_process

"The exec_program() command should not be called.

This command has long been superseded by the execute_process() command and has been deprecated since CMake 3.0."

https://cmake.org/cmake/help/latest/policy/CMP0153.html

Merge request reports