aboutsummaryrefslogtreecommitdiff
path: root/scripts/boost/post-build-stubs
diff options
context:
space:
mode:
authorYury Bura <yurybura@gmail.com>2021-09-28 03:12:39 +0300
committerGitHub <noreply@github.com>2021-09-27 17:12:39 -0700
commitcc471dc0f59b7b2066d6172c2893419412327a7a (patch)
treeb3a496ff9a185c17bee8670454c34dd9879fa387 /scripts/boost/post-build-stubs
parent3768cef9c204bb168c04b3ba7cb93b10a140a91d (diff)
downloadvcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.tar.gz
vcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.zip
[boost] update to 1.77.0 (#19556)
Diffstat (limited to 'scripts/boost/post-build-stubs')
-rw-r--r--scripts/boost/post-build-stubs/context.cmake6
-rw-r--r--scripts/boost/post-build-stubs/exception.cmake3
2 files changed, 0 insertions, 9 deletions
diff --git a/scripts/boost/post-build-stubs/context.cmake b/scripts/boost/post-build-stubs/context.cmake
deleted file mode 100644
index a88f8441d..000000000
--- a/scripts/boost/post-build-stubs/context.cmake
+++ /dev/null
@@ -1,6 +0,0 @@
-
-# boost-context removed all.hpp, which is used by FindBoost to determine that context is installed
-if(NOT EXISTS ${CURRENT_PACKAGES_DIR}/include/boost/context/all.hpp)
- file(WRITE ${CURRENT_PACKAGES_DIR}/include/boost/context/all.hpp
- "#error \"#include <boost/context/all.hpp> is no longer supported by boost_context.\"")
-endif()
diff --git a/scripts/boost/post-build-stubs/exception.cmake b/scripts/boost/post-build-stubs/exception.cmake
deleted file mode 100644
index 43594a044..000000000
--- a/scripts/boost/post-build-stubs/exception.cmake
+++ /dev/null
@@ -1,3 +0,0 @@
-
-set(VCPKG_LIBRARY_LINKAGE static)
-file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin)