vcpkg/ports/boost-gil/vcpkg.json
Osyotr 9240fd0d8c
[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>
2021-10-11 20:28:23 -07:00

21 lines
433 B
JSON

{
"name": "boost-gil",
"version": "1.77.0",
"port-version": 1,
"description": "Boost gil module",
"homepage": "https://github.com/boostorg/gil",
"dependencies": [
"boost-assert",
"boost-concept-check",
"boost-config",
"boost-core",
"boost-integer",
"boost-iterator",
"boost-mp11",
"boost-numeric-conversion",
"boost-preprocessor",
"boost-variant2",
"boost-vcpkg-helpers"
]
}