Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conan
Browse files Browse the repository at this point in the history
howetuft committed Aug 13, 2024
1 parent 4f78d09 commit 772e2b6
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
@@ -57,13 +57,13 @@ class LuxCore(ConanFile):
"boost/*:without_type_erasure": True,
"boost/*:without_url": True,
"boost/*:without_wave": True,
"fmt/*:header_only": True,
}

generators = "CMakeDeps", "CMakeToolchain"

settings = "os", "compiler", "build_type", "arch"

tool_requires = "7zip/23.01"

def package_info(self):
self.conf_info.define("cmake.build:verbosity", "debug")
2 changes: 1 addition & 1 deletion externals/windows/openimageio/conanfile.py
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@ def requirements(self):
if self.options.with_libpng:
self.requires("libpng/1.6.42")
if self.options.with_freetype:
self.requires("freetype/2.10.4")
self.requires("freetype/2.13.2")
if self.options.with_hdf5:
self.requires("hdf5/1.14.3")
if self.options.with_opencolorio:

0 comments on commit 772e2b6

Please sign in to comment.