POCO VS cmake-conan

Compare POCO vs cmake-conan and see what are their differences.

POCO

The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. (by pocoproject)

cmake-conan

CMake wrapper for conan C and C++ package manager (by conan-io)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
POCO cmake-conan
14 18
7,895 794
1.8% 1.9%
9.6 8.2
1 day ago 22 days ago
C++ Python
THE BOOST SOFTWARE LICENSE 1.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

POCO

Posts with mentions or reviews of POCO. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-16.

cmake-conan

Posts with mentions or reviews of cmake-conan. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-15.
  • Conan Unrecongnized commands error
    1 project | /r/cpp_questions | 11 May 2023
    -- The CXX compiler identification is GNU 9.4.0-- The C compiler identification is GNU 9.4.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Setting build type to 'RelWithDebInfo' as none was specified. -- /usr/local/bin/ccache found and enabled -- Downloading conan.cmake from https://github.com/conan-io/cmake-conan -- Conan: Adding cci remote repository (https://center.conan.io) verify ssl (True) usage: conan remote [-h] [-v [V]] {add,auth,disable,enable,list,list-users,login,logout,remove,rename,set-user,update} ... conan remote: error: unrecognized arguments: https://center.conan.io True ERROR: Exiting with code: 2 CMake Error at build/conan.cmake:858 (message): Conan remote failed='2' Call Stack (most recent call first): build/_deps/_project_options-src/src/Conan.cmake:20 (conan_add_remote) build/_deps/_project_options-src/src/Index.cmake:182 (run_conan) build/_deps/_project_options-src/src/DynamicProjectOptions.cmake:132 (project_options) CMakeLists.txt:79 (dynamic_project_options)-- Configuring incomplete, errors occurred! See also "/home/user/Desktop/bitwyre/trading/intermediaries/cram_cpp_v3/build/CMakeFiles/CMakeOutput.log".
  • CMake+Conan2 project template example repositories?
    4 projects | /r/cpp | 15 Apr 2023
    Some pure conan options, there's a 2.0 super early developer preview for https://github.com/conan-io/cmake-conan/tree/develop2
  • vcpkg vs conan
    1 project | /r/cpp | 21 Mar 2023
    https://github.com/conan-io/cmake-conan/tree/develop2 might interest you :) we love feedback
  • Conan package manager completely broken after 2.0 release
    6 projects | /r/cpp | 21 Mar 2023
    I totally agree with you. Have a look at the new cmake-conan integration using Dependency Provider in the develop2 branch : https://github.com/conan-io/cmake-conan/tree/develop2
  • Conan 2.0, the new version of the open-source C and C++ package manager
    4 projects | /r/cpp | 22 Feb 2023
    I've always used conan together with the conan cmake module
  • Use cmake to install dependency libraries?
    5 projects | /r/cpp | 19 Aug 2022
  • Debug Conan recipes in VS Code
    1 project | /r/cpp | 14 Mar 2022
    using conan from within cmake you can use this https://github.com/conan-io/cmake-conan, or just write your own execute process way of calling it . https://cmake.org/cmake/help/latest/command/execute_process.html
  • CMake + Poco + FetchContent build options problem
    5 projects | /r/cpp_questions | 14 Mar 2022
  • Where should I store a C++ header file that I want to use for multiple Visual Studio projects?
    1 project | /r/learnprogramming | 5 Feb 2022
    See https://github.com/conan-io/cmake-conan for a neat wrapper that I use in almost all my projects
  • Best way to manage dependencies with c++?
    15 projects | /r/cpp | 2 Feb 2022
    I always wanted to try to use cmake-conan so I could let Conan grab all packages but have a neat cmake script being in charge of what gets built when. Also, this would allow me to easily switch between CMake fetchcontent and Conan packages that may or may not be stashed automatically on a local Artifactory server. Secondly, since now all build requirements are stashed on a server and binary reproducible, you could concider adding icecream and ccache into the mix. (Try running a node one of your buildservers for massive speadups with icecream) This however does require a reproducible build environment (by configure script) which conan again is really good in.

What are some alternatives?

When comparing POCO and cmake-conan you can also consider the following projects:

Boost.Beast - HTTP and WebSocket built on Boost.Asio in C++11

CPM.cmake - 📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management.

C++ REST SDK - The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.

Raylib-Basic-Project

libcurl - A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features

conan - Conan - The open-source C and C++ package manager

Simple-WebSocket-Server

boost-cmake - Easy Boost integration in CMake projects

Boost.Asio - Asio C++ Library

hunter - CMake driven cross-platform package manager for C/C++.

WebSocket++ - C++ websocket client/server library

Vcpkg - C++ Library Manager for Windows, Linux, and MacOS