direwolf/cmake/include
MrColdboot f233bfb783
Update deprecated CMake command `exec_program()` (#526)
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-24 10:13:59 -04:00
..
uninstall.cmake.in Update deprecated CMake command `exec_program()` (#526) 2024-04-24 10:13:59 -04:00