Highlights
- Pro
- 2 discussions answered
Block or Report
Block or report TheLartians
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
ModernCppStarter Public template
🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more. -
cpm-cmake/CPM.cmake Public
📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management. -
modern-wasm-starter Public template
🛸 Run C++ code on web and create blazingly fast websites! A starter template to easily create WebAssembly packages using type-safe C++ bindings with automatic TypeScript declarations. -
EasyIterator Public
🏃 Iterators made easy! Zero cost abstractions for designing and using C++ iterators.
171 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 1 commit in 1 repository
Created a pull request in cpm-cmake/CPM.cmake that received 4 comments
Allow overriding FetchContent using CPM
This should allow using CPM.cmake to override FetchContent dependencies by overriding internal FetchContent parameters. Fixes #281