cmake-conan icon indicating copy to clipboard operation
cmake-conan copied to clipboard

CMake wrapper for conan C and C++ package manager

Results 215 cmake-conan issues
Sort by recently updated
recently updated
newest added

### What is your question? Hi, ![image](https://github.com/conan-io/conan/assets/111378770/c4ffdb89-d124-4bb4-9911-9a1b6184af1a) As per this documentation, conan install is invoked within cmake. My issue is: I have to provide different profile path to conan install....

### Environment details * Operating System+version: macOS Sonoma 14.0 on Apple Silicon M2 Pro * Compiler+version: GCC-11 & Apple-Clang 15 * Conan version: 2.0.13 * Python version: 3.11.4 ### Steps...

stage: triaging
look into

According to the [documentation](https://docs.conan.io/en/latest/reference/config_files/settings.yml.html#msvc), `msvc` will deprecate `Visual Studio` in Conan 2.X. Therefore, I improve `conan_cmake_autodetect()` function. And I already tests it locally. The following is the Test Log: ```cmd...

This seems to be missing. With this, I can cross-build out of the box akin to ``` conan_cmake_run( SETTINGS ${settings} ENV ${conan_env} PROFILE_BUILD default PROFILE_HOST android REQUIRES boost/1.78.0 catch2/2.13.8 eigen/3.4.0...

* user's project already has a CMakePresets.json that specifies / defines the dependency provider as a cmake cache variable * Conan generates a CMakePresets that causes Visual Studio IDE to...

Hi all, Sorry if this question doesn't belong here. I believe the CLion's conan plugin uses cmake-conan (as stated [here](https://blog.conan.io/introducing-new-conan-clion-plugin/)), but this may well be more an issue of the...

I am trying to upgrade a project from Conan 1.x to 2.x. When building using Visual Studio 2022 via it's native CMake support I am running into the following issue:...

Scenario: I want to install build requirements with conan. In order to use them in my CMake files after the first find_package, I have to get the conan install path...

Modified the `detect_host_profile` function in `conan_provider.cmake` to support the generation of the [buildenv] field. This enhancement allows for a closer integration with the compilers configured in CMake, thereby improving usability...

Hi! I think it would be beneficial to have a way to check the current version of _conan_provider.cmake_. This idea stems from the fact that as more features get added...