commit | 348790deaf633f368a147c413e0f17eb7373a973 | [log] [tgz] |
---|---|---|
author | zeshuai007 <51382517@qq.com> | Mon Mar 23 16:48:35 2020 +0800 |
committer | Jens Geyer <jensg@apache.org> | Thu May 21 12:49:57 2020 +0200 |
tree | eef011bb30e506902c2072fbc473b4370b3c1b92 | |
parent | 528c22f59d3a35934f4f4308746a78d833b759e8 [diff] [blame] |
THRIFT-5147: Add uninstall function Patch: Zezeng Wang This closes #2066
diff --git a/CMakeLists.txt b/CMakeLists.txt index 18e52f6..127ceaf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -135,4 +135,7 @@ endif() endif() +# Create the uninstall target +add_custom_target(uninstall "${CMAKE_COMMAND}" -P "${PROJECT_SOURCE_DIR}/build/cmake/uninstall.cmake") + PRINT_CONFIG_SUMMARY()