commit | 51b7d5cbacacce4b74bf05a70c4c6aceed7d7289 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Mon Jun 21 08:28:18 2021 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Mon Jun 21 08:28:18 2021 +0200 |
tree | 19525936a3e539e5325dc4e14390e6a9b90cefc9 | |
parent | ffc92bf805b64cd5490e7fdc9ea551c62c872bae [diff] [blame] |
build FEATURE uninstall target Refs #1627
diff --git a/CMakeLists.txt b/CMakeLists.txt index a1cae12..d6a34ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -373,6 +373,9 @@ # - add it after tests which may also update list of sources to format source_format(${format_sources}) +# uninstall +add_custom_target(uninstall "${CMAKE_COMMAND}" -P "${CMAKE_MODULE_PATH}/uninstall.cmake") + # clean cmake cache add_custom_target(cclean COMMAND make clean