diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-08-21 17:00:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-21 17:00:25 -0700 |
| commit | 15df0c0f711ed014eecb7ec3f05b3f02748e5796 (patch) | |
| tree | 25bfee3f1ceccd2f9761eb7cd66e21acc6217078 /ports/boost-uninstall | |
| parent | cd81eb11e465a756fe00d53fd5bb91557f2ab721 (diff) | |
| download | vcpkg-15df0c0f711ed014eecb7ec3f05b3f02748e5796.tar.gz vcpkg-15df0c0f711ed014eecb7ec3f05b3f02748e5796.zip | |
[boost-uninstall] Add port to easily uninstall all boost components (#12851)
Co-authored-by: Daniel Marshall <xandan@gmail.com>
Diffstat (limited to 'ports/boost-uninstall')
| -rw-r--r-- | ports/boost-uninstall/CONTROL | 4 | ||||
| -rw-r--r-- | ports/boost-uninstall/portfile.cmake | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ports/boost-uninstall/CONTROL b/ports/boost-uninstall/CONTROL new file mode 100644 index 000000000..8556583a3 --- /dev/null +++ b/ports/boost-uninstall/CONTROL @@ -0,0 +1,4 @@ +Source: boost-uninstall
+Version: 1.73.0
+Homepage: https://boost.org
+Description: boost uninstall port
\ No newline at end of file diff --git a/ports/boost-uninstall/portfile.cmake b/ports/boost-uninstall/portfile.cmake new file mode 100644 index 000000000..a06925e40 --- /dev/null +++ b/ports/boost-uninstall/portfile.cmake @@ -0,0 +1,4 @@ +set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
+
+message(STATUS "\nPlease use the following command when you need to remove all boost ports/components:\n\
+ \"./vcpkg remove boost-uninstall:${TARGET_TRIPLET} --recurse\"\n")
|
