mirror of
https://github.com/nlohmann/json.git
synced 2026-03-26 10:52:50 +00:00
Use C++11 features supported by CMake 3.1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.1)
|
||||
cmake_minimum_required(VERSION 3.8)
|
||||
project(JSON_Benchmarks LANGUAGES CXX)
|
||||
|
||||
# set compiler flags
|
||||
|
||||
Reference in New Issue
Block a user