mirror of
https://github.com/status-im/evmc.git
synced 2025-02-24 08:58:12 +00:00
7 lines
199 B
CMake
7 lines
199 B
CMake
# Copyright 2018 Pawel Bylica.
|
|
# Licensed under the Apache License, Version 2.0. See the LICENSE file.
|
|
|
|
set(CMAKE_CXX_STANDARD 11)
|
|
set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
|
|
set(CMAKE_CXX_EXTENSIONS OFF)
|