direwolf/cmake
Ronald A. Brown 9a657f0629 Update deprecated CMake command `exec_program()`
Per the cmake documentation:

  > *Changed in version 3.28:* This command is available only if policy CMP0153
  >   is not set to NEW. Port projects to the execute_process() command.
  >
  > *Deprecated since version 3.0:* Use the execute_process() command instead.

To avoid warnings or future errors, calls to `exec_program()` have been
replaced with the recommended `execute_process()` command.
2024-04-23 19:00:22 -04:00
..
cpack cmake: implement basic cpack functionality 2019-11-13 15:57:11 +01:00
cpu_tests cmake: new build tool 2019-11-09 08:26:33 +01:00
include Update deprecated CMake command `exec_program()` 2024-04-23 19:00:22 -04:00
modules Merge branch 'dev' into gpiod 2023-11-22 16:07:45 -05:00