conan-clion-plugin icon indicating copy to clipboard operation
conan-clion-plugin copied to clipboard

CLion C/C++ IDE plugin for Conan Package Manager

Results 46 conan-clion-plugin issues
Sort by recently updated
recently updated
newest added

For example, I set conan to `wsl$\Ubuntu\home\ichigo\miniconda3\envs\conan\bin\conan`, but it failed to run cmake. ``` C:\Windows\system32\wsl.exe --distribution Ubuntu --exec /bin/bash -c "/usr/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=conan_provider.cmake '-DCONAN_COMMAND=\\wsl$\Ubuntu\home\ichigo\miniconda3\envs\conan\bin\conan' -G 'CodeBlocks - Unix Makefiles' -S...

Hello, one thing that is really annoying when working with the clion conan plugin is that the following setting: ![image](https://github.com/conan-io/conan-clion-plugin/assets/68194543/6f63a80d-7c48-4feb-99ca-48771d37280f) is not saved across all projects and I have to...

Conan complains a lot about not being able to install system packages on linux and asks to set `tools.system.package_manager:mode` from 'check' to 'install', however when that is done it fails...

I need to be able to set transitive headers true / false for specific packages. This is possible via the package xml. But it is not really a beautiful interface...

> To be clear, I am sidestepping the conan-clion-plugin by entering the commands that fail manually. The above command is executed by the plugin - which does not specify the...

When I build projects on Windows using i.e. gcc on WSL, I am not able to match CMake and Conan profiles as the configuration from WSL is not read by...

enhancement

Related to: https://github.com/conan-io/cmake-conan/pull/567 (still not merged in cmake-conan) In the near future we should consider adding support for this in the plugin via de UI. This means setting extra configuration...

feature

I'm using this plugin, and putting this kind of code in my CMakeLists.txt: ``` find_package(SDL2 REQUIRED CONFIG) target_link_libraries(${TARGET_NAME} SDL2::SDL2main) if (TARGET SDL2::SDL2-static) target_link_libraries(${TARGET_NAME} SDL2::SDL2-static) else () target_link_libraries(${TARGET_NAME} SDL2::SDL2) endif ()...

triaging

I end up getting stuff like: ``` -DBUILD_TESTING:BOOL=ON -DBUILD_SHARED_LIBS:BOOL=OFF -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=C:\Users\danny\CLionProjects\elixir-overlay\conan_provider.cmake -DCONAN_COMMAND="C:\Program Files\Conan\conan\conan.exe" -DBUILD_INTEGRATION:BOOL=ON -DBUILD_WITH_MT:BOOL=ON -DCEF_RUNTIME_LIBRARY_FLAG:STRING=/MT -DUSE_SANDBOX:BOOL=OFF -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES="C:\Users\danny\CLionProjects\elixir-overlay\conan_provider.cmake" ``` With multiple conan_provider.cmake references.

triaging

`ConanInspectPackagesDialogWrapper` sometimes is not maximized properly and it seems like it's empty when it's not