mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add C++17 toolchain
This commit is contained in:
parent
d7e2838702
commit
57463ca3a5
4
cmake/toolchains/cxx17.cmake
Normal file
4
cmake/toolchains/cxx17.cmake
Normal file
@ -0,0 +1,4 @@
|
||||
# Require C++17.
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
|
||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
Loading…
Reference in New Issue
Block a user