зеркало из https://github.com/microsoft/vcpkg.git
[openimageio] remove boost dependency (#42287)
This commit is contained in:
Родитель
8349779185
Коммит
fc9a1789b4
|
@ -1,12 +1,11 @@
|
|||
diff --git a/src/cmake/Config.cmake.in b/src/cmake/Config.cmake.in
|
||||
index ceaea62..2a2a359 100644
|
||||
index 2620994..6e5f0a1 100644
|
||||
--- a/src/cmake/Config.cmake.in
|
||||
+++ b/src/cmake/Config.cmake.in
|
||||
@@ -6,6 +6,33 @@
|
||||
|
||||
@@ -6,6 +6,32 @@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
|
||||
+find_dependency(Boost COMPONENTS @Boost_COMPONENTS@)
|
||||
|
||||
+if(@USE_GIF@)
|
||||
+ find_dependency(GIF)
|
||||
+endif()
|
||||
|
|
|
@ -1,23 +1,11 @@
|
|||
{
|
||||
"name": "openimageio",
|
||||
"version": "3.0.0.3",
|
||||
"port-version": 1,
|
||||
"description": "A library for reading and writing images, and a bunch of related classes, utilities, and application.",
|
||||
"homepage": "https://github.com/OpenImageIO/oiio",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": [
|
||||
"boost-algorithm",
|
||||
"boost-asio",
|
||||
"boost-config",
|
||||
"boost-filesystem",
|
||||
"boost-foreach",
|
||||
"boost-random",
|
||||
"boost-regex",
|
||||
"boost-smart-ptr",
|
||||
"boost-stacktrace",
|
||||
"boost-static-assert",
|
||||
"boost-system",
|
||||
"boost-thread",
|
||||
"boost-type-traits",
|
||||
"fmt",
|
||||
"libjpeg-turbo",
|
||||
"libpng",
|
||||
|
|
|
@ -6702,7 +6702,7 @@
|
|||
},
|
||||
"openimageio": {
|
||||
"baseline": "3.0.0.3",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"openjpeg": {
|
||||
"baseline": "2.5.2",
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "22b11b52b97211a4cb04fce6c5518fd2b33f3529",
|
||||
"version": "3.0.0.3",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "92a3a8f30923e5f433c6c4123a8bd6062a2c0646",
|
||||
"version": "3.0.0.3",
|
||||
|
|
Загрузка…
Ссылка в новой задаче