Fix copy/paste bug in fmt example CMakeLists.txt

#410
This commit is contained in:
AlessandroW
2022-09-27 20:01:21 +02:00
committed by GitHub
parent 63d0de7114
commit 984251f46c

View File

@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
project(CPMJSONExample)
project(CPMFmtExample)
# ---- Dependencies ----