early-access version 2853
This commit is contained in:
6
externals/vcpkg/ports/boost-uninstall/portfile.cmake
vendored
Executable file
6
externals/vcpkg/ports/boost-uninstall/portfile.cmake
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
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")
|
||||
|
||||
configure_file("${CMAKE_CURRENT_LIST_DIR}/vcpkg-cmake-wrapper.cmake" "${CURRENT_PACKAGES_DIR}/share/boost/vcpkg-cmake-wrapper.cmake" @ONLY)
|
||||
11
externals/vcpkg/ports/boost-uninstall/vcpkg-cmake-wrapper.cmake
vendored
Executable file
11
externals/vcpkg/ports/boost-uninstall/vcpkg-cmake-wrapper.cmake
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
set(Boost_USE_STATIC_LIBS OFF)
|
||||
set(Boost_USE_MULTITHREADED ON)
|
||||
unset(Boost_USE_STATIC_RUNTIME)
|
||||
set(Boost_NO_BOOST_CMAKE ON)
|
||||
unset(Boost_USE_STATIC_RUNTIME CACHE)
|
||||
if("${CMAKE_VS_PLATFORM_TOOLSET}" STREQUAL "v120")
|
||||
set(Boost_COMPILER "-vc120")
|
||||
else()
|
||||
set(Boost_COMPILER "-vc140")
|
||||
endif()
|
||||
_find_package(${ARGS})
|
||||
6
externals/vcpkg/ports/boost-uninstall/vcpkg.json
vendored
Executable file
6
externals/vcpkg/ports/boost-uninstall/vcpkg.json
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "boost-uninstall",
|
||||
"version": "1.79.0",
|
||||
"description": "Internal vcpkg port used to uninstall Boost",
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user