mirror of
https://github.com/status-im/evmc.git
synced 2025-02-24 08:58:12 +00:00
Merge commit '92e7165fa9f164ec9b4f2ca896f5d4ef7e0bd5fd' into cmake # Conflicts: # cmake/cable/bootstrap.cmake
10 lines
274 B
CMake
10 lines
274 B
CMake
# Cable: CMake Bootstrap Library.
|
|
# 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)
|
|
|
|
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|