Back to find_package(FMT)

This commit is contained in:
ClausKlein 2026-07-14 23:31:21 +02:00
parent a563cb2611
commit 28a11bff00

View File

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.8...4.4)
project(fmt-test CXX)
find_package(fmt REQUIRED)
find_package(FMT REQUIRED)
# TODO(CK): find_package(fmt 12.2.0 EXACT COMPONENTS fmt fmt-module fmt-header-only)
set(PEDANTIC_COMPILE_FLAGS)