Skip to content

Commit

Permalink
Merge pull request #76 from rnburn/master
Browse files Browse the repository at this point in the history
Minor fixes to CMakeLists.txt.
  • Loading branch information
rnburn committed Oct 4, 2017
2 parents 0366315 + 24c4ceb commit ed3bfd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.1)

project(lightstep-tracer)

Expand Down Expand Up @@ -38,6 +38,7 @@ option(ENABLE_LINTING "Run clang-tidy on sources if available." ON)
# Configure compiler warnings

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
set(WARNING_CXX_FLAGS -Weverything
-Wno-c++98-compat
Expand Down

0 comments on commit ed3bfd2

Please sign in to comment.