mirror of
https://github.com/fmtlib/fmt.git
synced 2026-07-30 16:26:27 +08:00
Back to find_package(FMT)
This commit is contained in:
parent
a563cb2611
commit
28a11bff00
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user