using a library from a github repository in cmake project

This page summarizes the projects mentioned and recommended in the original post on /r/cpp_questions

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • splinter

    Library for multivariate function approximation with splines (B-spline, P-spline, and more) with interfaces to C++, C, Python and MATLAB (by bgrimstad)

  • this feels simple but it's taking me longer than i would like. I'm trying to incorporate the SPLINTER library into my cmake project, whose github repository is here: https://github.com/bgrimstad/splinter. However, after cloning the github repository onto my computer I'm not sure how to get CMake to recognize and find splinter using the find_package command in CMakeLists.txt. Could anybody help out?

  • CMake

    Mirror of CMake upstream repository

  • The file FindSomePKG.cmake (module approach) is supposed to be written either by you (you write it manually and put in a cmake subdirectory in your git repo) or it's an official package file shipped along with CMake, e.g FindOpenSSL.cmake with documentation here.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts