direwolf/cmake/include
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
..
uninstall.cmake.in Update deprecated CMake command `exec_program()` 2024-04-23 19:00:22 -04:00