Mark Final

Results 8 issues of Mark Final

Changelog: (Feature): Fixes issue #11722. Adding the ability to specify compatible compilers per local cache for all dependent packages, to avoid the need to modify their recipes. Use case is...

Hi, This proposal is to satisfy two points of view, discussed between myself and @FnGyula in our products usage of Conan, against a large set of dependent packages (that we...

## Bug Report ### Build Problem It is build related, but only observable by the consumer of the CMake package. The CMakeLists.txt in the project have install and export commands...

bug
help wanted
build

Hi, OTIO 0.14.0 I got approached with a question today, because in CMake, someone had done ``` find_package(OpenTimelineIO REQUIRED) ``` resulting in the error ``` CMake Error at CMakeLists.txt:326 (find_package):...

bug
help wanted
build

## Bug Report ### Build Problem I note in the current build scripts that the `d` suffix is added for debug builds on Windows https://github.com/PixarAnimationStudios/OpenTimelineIO/blob/main/CMakeLists.txt#L166-L171 However, in the Python build...

bug
windows

Hi, I'm not sure what your workflows are on translations, but I noticed in https://github.com/conan-io/docs/blob/develop/reference/conanfile/attributes.rst that > Since Windows 10 (ver. 10.0.14393), it is possible to enable long paths at...

The docs here https://github.com/conan-io/docs/blob/develop/reference/conanfile/tools/cmake/cmaketoolchain.rst#constructor says constructor def __init__(self, conanfile, generator=None): conanfile: the current recipe object. Always use self. namespace: this argument avoids collisions when you have multiple toolchain calls in...

Hello, Just a question of whether there is a standard mechanism to discover RIF via CMake? Usually I'd be looking for a CMake config file bundled with the library. I...