mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-19 11:14:46 +00:00
Reduce minimal required version of CMake
This commit is contained in:
parent
5974123dc7
commit
a142d45a6c
5
.vscode/c_cpp_properties.json
vendored
5
.vscode/c_cpp_properties.json
vendored
@ -9,8 +9,9 @@
|
||||
"compilerPath": "/usr/bin/g++",
|
||||
"cStandard": "c11",
|
||||
"cppStandard": "c++17",
|
||||
"intelliSenseMode": "clang-x64"
|
||||
"intelliSenseMode": "clang-x64",
|
||||
"configurationProvider": "ms-vscode.cmake-tools"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.17.3)
|
||||
cmake_minimum_required(VERSION 3.16.3)
|
||||
|
||||
project(elfio)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
Loading…
Reference in New Issue
Block a user