James
James
Some CMake (new toolchain) + shared can be found in: - https://github.com/conan-io/conan/blob/develop/conans/test/functional/toolchains/cmake/test_shared_cmake.py - https://github.com/conan-io/conan/blob/develop/conans/test/functional/toolchains/cmake/test_v2_cmake_template.py > to not inject paths of shared libs into RPATH of executables Those tests will do...
> It's not that is critical, but maybe if it does not make sense to use a folder that is not absolute for this, we should at least warn the...
Hi @delrizzo > We are under the impression that if we froze the conan version, that the dependency on gtest 1.10.0 should not change. It is true, but you have...
Hi @paulocoutinhox The first important steps: - Drop the ``generators = "cmake"`` - Use instead ``CMakeDeps`` and ``CMakeToolchain``: https://docs.conan.io/en/latest/migrating_to_2.0/recipes.html#the-generate-method - The ``CMake`` helper that you are using should integrate them...
You can define it either in your profile, but most typical on your command line as ``-c tools.cmake...=value``, because it is the developer that wants to select a different generator...
> And it don't generate the file conanbuildinfo.cmake. yes, they are not expected to generated that file. They provide "transparent" integration, your CMakeLists.txt will not have anything Conan specific. You...
I am checking the PR and the code and the CI and I am missing something. The folder is ``D:\\a\\nativium\\nativium\\build\\tests\\debug\\x86_64\\target\\build\\generators\\CMakePresets.json``, so it doesn't seem a ``conan create`` in the cache....
Hi @paulocoutinhox Not yet, first I'd need to create a virtualenv to install your requirements like ``from pygemstones.io import file as f``, that I don't have installed. I haven't done...
I am having a look, but struggling a bit to understand the layers on top of Conan. I'd say that the usage of the different folders like ``` "--source-folder", proj_path,...