mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[boost-uninstall] Add port to easily uninstall all boost components (#12851)
Co-authored-by: Daniel Marshall <xandan@gmail.com>
This commit is contained in:
parent
cd81eb11e4
commit
15df0c0f71
@ -1,5 +1,6 @@
|
||||
Source: boost-build
|
||||
Version: 1.73.0
|
||||
Port-Version: 2
|
||||
Port-Version: 3
|
||||
Homepage: https://github.com/boostorg/build
|
||||
Description: Boost.Build
|
||||
Build-Depends: boost-uninstall
|
@ -1,3 +1,4 @@
|
||||
Source: boost-modular-build-helper
|
||||
Version: 1.73.0
|
||||
Port-Version: 3
|
||||
Port-Version: 4
|
||||
Build-Depends: boost-uninstall
|
4
ports/boost-uninstall/CONTROL
Normal file
4
ports/boost-uninstall/CONTROL
Normal file
@ -0,0 +1,4 @@
|
||||
Source: boost-uninstall
|
||||
Version: 1.73.0
|
||||
Homepage: https://boost.org
|
||||
Description: boost uninstall port
|
4
ports/boost-uninstall/portfile.cmake
Normal file
4
ports/boost-uninstall/portfile.cmake
Normal file
@ -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")
|
@ -1,3 +1,5 @@
|
||||
Source: boost-vcpkg-helpers
|
||||
Version: 7
|
||||
Port-Version: 1
|
||||
Description: a set of vcpkg-internal scripts used to modularize boost
|
||||
Build-Depends: boost-uninstall
|
Loading…
x
Reference in New Issue
Block a user