evmc/cmake/cable/toolchains/cxx11-pic.cmake
Paweł Bylica df81379b3d
Upgrade Cable to 0.2.11
Merge commit '92e7165fa9f164ec9b4f2ca896f5d4ef7e0bd5fd' into cmake

# Conflicts:
#	cmake/cable/bootstrap.cmake
2018-08-21 09:09:31 +02:00

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)