This is an automated email from the ASF dual-hosted git repository.
rmiddleton pushed a commit to branch LOGCXX-514
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
The following commit(s) were added to refs/heads/LOGCXX-514 by this push:
new 418d01bd Bump minimum required fmt version
418d01bd is described below
commit 418d01bd46f1b56d3a2fa7246337be558a2942aa
Author: Robert Middleton <[email protected]>
AuthorDate: Thu Nov 24 10:26:30 2022 -0500
Bump minimum required fmt version
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2ab6b07e..fca0f7e2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,7 +63,7 @@ elseif(TARGET expat::expat)
set(EXPAT_LIBRARIES expat::expat)
endif()
-find_package(fmt 6.0 QUIET)
+find_package(fmt 7.1 QUIET)
if(${fmt_FOUND})
option(ENABLE_FMT_LAYOUT "Enable the FMT layout(if libfmt found)" ON)
else()