From b3c4fd564976c15f8689af841fd386f2bb0c344f Mon Sep 17 00:00:00 2001 From: AlessandroW Date: Sun, 25 Sep 2022 13:16:27 +0200 Subject: [PATCH] Fix: CPMFmtExample Fixes copy/paste bug in the CMakeLists.txt --- examples/fmt/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fmt/CMakeLists.txt b/examples/fmt/CMakeLists.txt index 267673fb..16699979 100644 --- a/examples/fmt/CMakeLists.txt +++ b/examples/fmt/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.14 FATAL_ERROR) -project(CPMJSONExample) +project(CPMFmtExample) # ---- Dependencies ----