fmtlib / fmt

A modern formatting library
https://fmt.dev
Other
19.84k stars 2.42k forks source link

Revert cmake_minimum_required to 3.26 #3996

Closed yujincheng08 closed 1 month ago

yujincheng08 commented 1 month ago

Fix #3993

Looks like cmake 3.28 will automatically add set(CMAKE_CXX_SCAN_FOR_MODULES ON) and cause build failed.