conan Questions
7
Solved
I'm currently using Conan on a C++ project using sqlite_orm as a dependency.
When using my personal include (like myClass.hpp for example) Visual Studio Code is able to provide auto-completion but...
2
Solved
I am currently in the process of introducing Conan.io (Version 1.20.5) to my project.
With Cmake.test(), I am missing the XML testreport that was previously generated by calling ctest -T test dir...
4
Solved
I have been trying for several days to install OpenCV with Conan (on Windows 10). However, the installation is failing on building the libjpeg/9d dependency.
Conan profile:
[settings]
arch=x86_64 ...
2
Solved
I am adding Conan support to my CMake projects. I followed Recipe and sources in the same repo tutorial and I end up with the expected package. Exploring the local repository folder, I found out th...
8
Solved
I've just moved over a Visual Studio (C++) solution over to another computer, setup all the directories and settings as far as I can see, and did a clean/rebuild on the solution. I get the error ab...
Dishcloth asked 2/11, 2010 at 18:2
3
I use conan-installed Qt-6.2.2.
I created Qt Widgets Project in VS-2019, switched language to std:c++17, added /Zc:__cplusplus to additional options.
Since this is conan-installed QT, it don't have...
Surveillance asked 16/12, 2021 at 3:47
2
Solved
I use cmake to build my project and conan to install Google Test as dependency:
conanfile.txt
[requires]
gtest/1.7.0@lasote/stable
[generators]
cmake
[imports]
bin, *.dll -> ./build/bin
lib,...
Roehm asked 31/12, 2016 at 12:16
1
Solved
I'm having trouble understanding how to use pybind11 conan package. I can use some others, but pybind11 is giving me hard time.
My starting point is as follows:
conanfile.txt:
[requires]
pybind11/2...
1
Solved
I have been trying to build Conan packages of my project for a week. I have been reading the documentation but there are many points that I'm still confused about.
There are 4 files that I think ar...
2
Solved
I have a project that uses arrow and parquet. I downloaded and built the required libraries, and then successfully built my library. Now I want to migrate it to use conan, to simplify the build pro...
Mullah asked 22/7, 2021 at 17:5
1
Solved
I am not a conan expert, so maybe there is an obvious solution for this. But it can't be trivial since I am struggling with this for a while and can't find a solution.
We need parquet for our proje...
Keri asked 23/4, 2021 at 9:10
1
Solved
I am using conan in an enterprise environment where the operating system is rather old and has an old version of glibc (2.11). As a result, a lot of the pre-built binaries on conan.io do not end up...
1
Background
I have a CI pipeline for a C++ library I've been developing. So far, I can distribute this lib to Linux and Windows systems. Since I use GitLab to build, test and package my lib, I'd lik...
1
I've got CMakeLists.txt file:
project(ip_filter LANGUAGES CXX)
cmake_minimum_required(VERSION 2.8)
include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
conan_basic_setup()
add_executable(ip_filter ...
1
Solved
I'm on MacOS.
This is my error :
CMake Error at build/conanbuildinfo.cmake:625 (message):
Detected a mismatch for the compiler version between your conan profile
settings and CMake:
Compiler versi...
1
Solved
I try to create conan package of boost library.
I got the recipe from https://github.com/conan-io/conan-center-index/tree/master/recipes/boost
When I execute command:
conan create . conan/stable
n...
Scimitar asked 31/8, 2020 at 12:15
1
I'm using the conan package manager to install my dependencies for a project. That project needs boost system only of all boost libraries, since I'm only using asio and beast.
However, conan instal...
0
Following this feature request, there are some Conan packages hosted on Bincrafters GitHub organization:
Conan package for OpenCL Headers
Conan package for Khronos OpenCL CLHPP
Conan package for ...
Hut asked 8/6, 2020 at 12:15
1
I'm new to Conan but experienced with cmake/make/studio etc.
I'm trying to build a simple program that uses a library (uWebSockets) that uses another library (uSockets) that uses another library ...
1
CONAN_PKG::spdlog is not found when using CMake to generate build configurations.
The conan package I use is spdlog/1.3.1@bincrafters/stable.
I have a CMake executable target which references a co...
1
I am starting to learn conan and I have a doubt. Lets say I have a library that depends on boost and on cgal. Cgal it self depends also on boost.
If I have a recipe for cgal, how would I indicate ...
2
Solved
I write my pet project. At first, it was based on cmake and I set the path to qt libs from the console, e.g. cmake -DPATH_TO_QT:STRING=/home/user/Qt/5.11.1/gcc_64/
The variable PATH_TO_QT was decla...
1
Solved
I am setting up a project using multiple libraries and packages in C/C++ and Python.
I would like to setup a binary repository for C/C++ packages and a python package index server for python packa...
Lariat asked 2/2, 2019 at 13:3
1
Solved
My company is new to Conan, Artifactory, and Jenkins, but we set up some test pipeline scripts a few months ago and utilized the Jenkins Artifactory plugin to publish some Conan packages to our Art...
Infusible asked 28/5, 2018 at 16:48
1
Solved
I used to build arm64-v8a lib of api level 19 use android.toolchain.cmake comes with Android NDK r16b like this.
${CMAKE} \
-DCMAKE_TOOLCHAIN_FILE=${TOOLCHAIN_FILE} \
-DANDROID_NDK=$ANDROID_NDK_...
Portaltoportal asked 8/4, 2018 at 3:39
1 Next >
© 2022 - 2025 — McMap. All rights reserved.