mirror of
https://github.com/fmtlib/fmt.git
synced 2026-07-30 16:26:27 +08:00
Use right name in find-package-test
This commit is contained in:
parent
a028b01606
commit
606bb5ef6e
@ -1,8 +1,9 @@
|
||||
cmake_minimum_required(VERSION 3.8...4.4)
|
||||
|
||||
project(fmt-test)
|
||||
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