SpaceIm
SpaceIm
It depends: do you load function pointers at runtime? Do you want to link vulkan-loader? Are you on Macos or Linux/Windows? Do you need validation layers? conan-center doesn't provide a...
> CMake has a published [FindArmadillo.cmake](https://cmake.org/cmake/help/latest/module/FindArmadillo.html) module that defines the filename to be Armadillo and the target to be Armadillo::Armadillo. This is in contrast to the default recipe armadillo::armadillo currently...
I've solved linkage errors with msvc like this. If static, CCD_STATIC_DEFINE has to be defined: - At libccd compilation time (otherwise it leads to a lot of C4273 warnings "inconsistent...
Thanks @memsharded , in this example all dependencies of current recipe are aggregated, but I don't understand how to aggregate a sub part of the graph (openssl and its dependencies,...
It's a side effect of https://github.com/conan-io/conan-center-index/blob/c4308b493f37390333773d651c80b015b714ae69/recipes/libmysqlclient/all/conanfile.py#L275-L278 It can't be fixed in recipe, it's a conan issue. See https://github.com/conan-io/conan/issues/15646
Duplicate of https://github.com/conan-io/conan-center-index/issues/14909
It was already a minimal test package. Your proposed test package doesn't even call any function of sdf :/
`stb` should be removed from requirements in test package
There is still `stb` in conanfile of test_v1_package.
There is no reason to disable webp in libtiff if it's disabled in opencv. Why would you want opencv recipe to do that? The only reason for opencv to force...