"docs/git@developer.sourcefind.cn:tsoc/superbenchmark.git" did not exist on "d89fcd4f9379daaa30cb446cebc8e37b1f93be3d"
Commit 6463ee81 authored by Gennadiy Civil's avatar Gennadiy Civil
Browse files

Merge pull request #1890 from peterjc123:clang_fix

PiperOrigin-RevId: 218515152
parents 59f90a33 478a5185
cmake_minimum_required(VERSION 2.8.8) cmake_minimum_required(VERSION 2.8.8)
add_definitions(-std=c++11)
if (CMAKE_VERSION VERSION_LESS "3.1")
add_definitions(-std=c++11)
else()
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
endif()
if (POLICY CMP0048) if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW) cmake_policy(SET CMP0048 NEW)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment