Commit Graph

2 Commits

Author SHA1 Message Date
David Korth
b4c8e753e0 [cmake] cmake_uninstall.cmake.in: Use EXECUTE_PROCESS() instead of EXEC_PROGRAM().
EXECUTE_PROCESS() has been around since at least 3.0, and EXEC_PROGRAM()
is deprecated as of 3.28:

CMake Warning (dev) at cmake/cmake_uninstall.cmake:12 (EXEC_PROGRAM):
  Policy CMP0153 is not set: The exec_program command should not be called.
  Run "cmake --help-policy CMP0153" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  Use execute_process() instead.
2024-03-03 12:51:03 -05:00
David Korth
02946ab837 CMakeLists.txt: Added an uninstall target.
[kde4, kde5] Disable KDE's own uninstall target.
2017-11-25 15:50:21 -05:00