Luis Caro Campos

Results 135 comments of Luis Caro Campos

would it not make sense to make depending on `egl/system` conditional on the value of `self.options.opengl`? right now it is: ``` if self.options.get_safe("opengl", "no") != "no": self.requires("opengl/system") ``` but it...

Apologies for the delay on this. Versions have been addressed (with ranges) in both https://github.com/conan-io/conan-center-index/pull/24753 and https://github.com/conan-io/conan-center-index/pull/24642 - so closing as superseded by those 2.

We're still waiting for the maintainers of opentdf to comment on: https://github.com/opentdf/client-cpp/pull/140. Looks like there's recent activity in https://github.com/opentdf/client-cpp/pull/146

Landed here after trying things out on WIndows (didn't really check it wasn't supported). This PR was helpful and I was able to hack around and factor it into `atomic_directory.py`....

There are two issues here. The issue mentioned https://github.com/conan-io/conan/issues/14870, seems to be possible related to the conan profile being informative, but not imperative, that is: * informative: "I am telling...

Assuming that the CMakeLists is configured like documented here: https://github.com/raspberrypi/pico-sdk/tree/master, with a `pico_sdk_import.cmake` included as part of the consumer project: ``` cmake_minimum_required(VERSION 3.13) # initialize the SDK based on PICO_SDK_PATH...

There are two Conan features where you can override the behaviour of the Conan-generated toolchain: * `tools.cmake.cmaketoolchain:toolchain_file`: this will instruct Conan to skip the generation of its default CMake toolchain,...

> I still think that it would be important to make CONAN_RUNTIME_LIB_DIRS a generator expression for multi-config systems, or at least a _RELEASE, _DEBUG one. There is risk of bringing...

The changes in this PR cause a warning to be issued: ``` CMake Warning (dev) at build/generators/conan_toolchain.cmake:106: Syntax Warning in cmake code at column 213 Argument not separated from preceding...

Hi @ABBAPOH , thank you for reporting this. We have located the issue in the Conan Center recipe. Apologies for this - we will be more careful in the future.