Aurelien Regat-Barrel
Aurelien Regat-Barrel
Same for me, on my Linux box as well. Is there an option to disable the calls to cmake?
Hello, I created (with some difficulties) a Docker-Compose to setup a MongoDB + MongoExpress combo (I suggest to provide such a thing on your web site to easier the setup...
Hello! Has such a feature been developed? It would be nice indeed to be able to intercept logs emitted by PCL, especially in GUI applications that use the library without...
> At most CMake shall report that the system is configured without Qt, but currently it fails with error It can, but I configured the search for Qt to be...
Hello, I guess you are aware that Conan 1 is also impacted: `Conan: Unknown MSVC compiler version [1940]` @risa2000 if I understand correctly a patch in under review to fix...
Thanks for the details. If I understand correctly, toolset `v144` is binary compatible with `v143` and it is therefore possible (acceptable) to trick Conan to use `194` by making it...
Thanks for your details. I am usually well aware of these kind of MSVC details but here I am a bit confused and it seems I'm not the only one...
Thanks @memsharded for the update @risa2000 We are using `CMakeToolchain` and `CMakeDeps`. In theory we are ready to switch to Conan 2 at the recipe level. What prevents us to...
> @aurelienrb I am not sure from where `conan.cmake` comes then. It comes from here: https://github.com/conan-io/cmake-conan It is a CMake utility script that allows to find & run Conan from...
I had a quick look and it looks promising to me, thanks for your work