Use target_compile_features to specify C++ standard requirement

This commit is contained in:
Chris Thrasher
2022-11-24 23:33:42 -06:00
committed by Victor Zverovich
parent fae6f7e081
commit 69ffedfe52
9 changed files with 16 additions and 76 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1...3.18)
cmake_minimum_required(VERSION 3.8...3.18)
project(fmt-test CXX)