CMP0153: exec_program() command should not be called.
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."