From 984251f46c058f4573a5f7ce47a6d18a04bf6733 Mon Sep 17 00:00:00 2001 From: AlessandroW Date: Tue, 27 Sep 2022 20:01:21 +0200 Subject: [PATCH] Fix copy/paste bug in fmt example CMakeLists.txt #410 --- 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 267673f..1669997 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 ----