aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorOsyotr <Osyotr@users.noreply.github.com>2021-10-12 06:28:23 +0300
committerGitHub <noreply@github.com>2021-10-11 20:28:23 -0700
commit9240fd0d8cc5ad7ed3663e58d99294a496f82854 (patch)
treee9389aac8220837bc52836de3855526f49b425ad /ports
parentea4b8b17cdafc0ec470870b3c4c33055a5fa3273 (diff)
downloadvcpkg-9240fd0d8cc5ad7ed3663e58d99294a496f82854.tar.gz
vcpkg-9240fd0d8cc5ad7ed3663e58d99294a496f82854.zip
[boost-gil] remove dependency boost-filesystem (#20575)
* [boost-gil] remove dependency boost-filesystem This dependency is optional and only used to build and run tests and examples. See https://github.com/boostorg/gil#requirements However, there is also BOOST_GIL_IO_ADD_FS_PATH_SUPPORT which enables boost::filesystem::path support for IO functions, but since users have to define it manually, they must install the dependency manually, too. * fix spacing * fix generate-ports.ps1 Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports')
-rw-r--r--ports/boost-gil/vcpkg.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/ports/boost-gil/vcpkg.json b/ports/boost-gil/vcpkg.json
index 2f3d1c8e8..991dc51d6 100644
--- a/ports/boost-gil/vcpkg.json
+++ b/ports/boost-gil/vcpkg.json
@@ -1,6 +1,7 @@
{
"name": "boost-gil",
"version": "1.77.0",
+ "port-version": 1,
"description": "Boost gil module",
"homepage": "https://github.com/boostorg/gil",
"dependencies": [
@@ -8,10 +9,6 @@
"boost-concept-check",
"boost-config",
"boost-core",
- {
- "name": "boost-filesystem",
- "platform": "!uwp"
- },
"boost-integer",
"boost-iterator",
"boost-mp11",