Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The 'exec_program' command is deprecated in a newer CMake, resulting in the below warning for each uninstalled file. CMake Warning (dev) at uninstall.cmake:17 (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. This warning is for project developers. Use -Wno-dev to suppress it.
- Loading branch information