CPM.cmake

📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. (by TheLartians)

CPM.cmake Alternatives

Similar projects and alternatives to CPM.cmake

  1. crates.io

    The Rust package registry

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. fastapi

    511 CPM.cmake VS fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

  4. imgui

    Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

  5. Moby

    230 CPM.cmake VS Moby

    The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

  6. carbon-lang

    Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)

  7. xmake

    🔥 A cross-platform build utility based on Lua

  8. {fmt}

    A modern formatting library

  9. cmake-init

    The missing CMake project initializer

  10. Vcpkg

    147 CPM.cmake VS Vcpkg

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

  11. Google Test

    GoogleTest - Google Testing and Mocking Framework

  12. spdlog

    44 CPM.cmake VS spdlog

    Fast C++ logging library.

  13. conan-center-index

    Recipes for the ConanCenter repository

  14. cmake-conan

    CMake wrapper for conan C and C++ package manager

  15. cmake-init-vcpkg-example

    cmake-init generated executable project with vcpkg integration

  16. FunctionalPlus

    Functional Programming Library for C++. Write concise and readable C++ code.

  17. hunter

    7 CPM.cmake VS hunter

    CMake driven cross-platform package manager for C/C++. (by cpp-pm)

  18. cereal

    A C++11 library for serialization

  19. CLI11

    13 CPM.cmake VS CLI11

    CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.

  20. boost-cmake

    Easy Boost integration in CMake projects

  21. glog

    5 CPM.cmake VS glog

    C++ implementation of the Google logging module

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better CPM.cmake alternative or higher similarity.

CPM.cmake discussion

Log in or Post with

CPM.cmake reviews and mentions

Posts with mentions or reviews of CPM.cmake. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-11-24.
  • The Two Factions of C++
    15 projects | news.ycombinator.com | 24 Nov 2024
    Have you taken a look at CPM ? https://github.com/cpm-cmake/CPM.cmake . It makes CMake project management easy - no need for separate package manager tool.
  • Using raylib with Dear ImGui: Game Dev Debugging UI
    5 projects | dev.to | 6 Apr 2024
    I like to pin GitHub dependencies using a commit hash, instead of a tag. You need a recent CPM.cmake file in your project for CPM to work.
  • C++ Game Utility Libraries: for Game Dev Rustaceans
    9 projects | dev.to | 13 Mar 2024
    C++20 brings std::format, improving C++ developer experience for formatting strings. If you have to use older standards, though, add fmtlib to your repo. It plays well with CMake and you can use CPM to add fmtlib to your project. The library supports many Rust format macro features, and makes code far cleaner when you need to do string interpolation with variables.
  • My (Herb Sutter's) C++ Now 2023 talk is online: “A TypeScript for C++”
    4 projects | news.ycombinator.com | 14 Aug 2023
    This is true for almost all projects but things are getting better. I use CPM for a couple of years now and get the experience desired

    https://github.com/cpm-cmake/CPM.cmake

  • CMake and Linking External libraries is a kick in the nuts if i've ever seen it.
    4 projects | /r/cpp | 3 May 2023
    Yes, i found vcpkg terrible and FetchContent usually works way better. An amazing project is https://github.com/cpm-cmake/CPM.cmake, which automates FetchContent and makes dependencies mostly hassle free.
  • Graphics in c++ but in wsl
    2 projects | /r/cpp | 28 Apr 2023
    There's two completely different aspects to your question. 1) How to manage libraries in c++ without dying from cringe? I'd suggest you use cmake as the build system and grab library sources directly from GitHub using this tool: https://github.com/cpm-cmake/CPM.cmake 2) How to get apps that run under WSL to display windows-native windows? I'm not sure, but it's probably this: https://github.com/microsoft/wslg
  • Where to store libraries in cross-platform C++ app?
    1 project | /r/learnprogramming | 31 Mar 2023
    I personally like to use something called CPMCmake for smaller personal projects, just because it has 0 requirements on the person that wants to use your project, they don't have to setup anything on their end, the only requirement is to have Cmake.
  • How do I include a library in cmake such that it is included in the project?
    1 project | /r/cpp_questions | 21 Feb 2023
    I personally would thoroughly recommend CPM. It's a CMake plugin which you install as a script in your CMake project and you can then use its function CPMFindPackage(), which basically wraps find_package() and ExternalProject() to use the former if the package is installed on the machine, or downloads it and builds it in-tree using the latter if not.
  • Create Python bindings for my C++ code with PyBind11
    4 projects | dev.to | 13 Feb 2023
    At first, I wanted to install it using Vcpkg but I ended up using CPM.cmake instead. Why? Because with Vcpkg on some platform it is messing up the config and choose a version of Python used in Vcpkg instead of the one I wanted to use. It is not that hard to fix, but why bother when I can install the library in one line with CPM.cmake
  • CPM.cmake to make CMake's FetchContent easier
    4 projects | dev.to | 28 Dec 2022
    set(CPM_DOWNLOAD_LOCATION ${CMAKE_BINARY_DIR}/CPM.cmake) file(DOWNLOAD https://github.com/cpm-cmake/CPM.cmake/releases/latest/download/cpm.cmake ${CPM_DOWNLOAD_LOCATION}) include(${CPM_DOWNLOAD_LOCATION})
  • A note from our sponsor - SaaSHub
    www.saashub.com | 20 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic CPM.cmake repo stats
41
3,161
4.9
22 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that CMake is
the 63rd most popular programming language
based on number of references?