Skip to content

Commit

Permalink
#82 upgrade compiler to C++17 - leftover minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbald committed Sep 30, 2018
1 parent 9db30ed commit 9070496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SET(CMAKE_CXX_STANDARD 17)
SET(CMAKE_CXX_STANDARD_REQUIRED ON)
SET(CMAKE_CXX_EXTENSIONS OFF)

FIND_PACKAGE(Boost 1.66.0 REQUIRED)
FIND_PACKAGE(Boost 1.67.0 REQUIRED)

FIND_PACKAGE(Threads)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ and custom targetings and bidder executable generators [https://github.com/vanil
[![Sponsors on Open Collective](https://opencollective.com/vanilla-rtb/sponsors/badge.svg)](#sponsors)


Recommended build environment: Linux or macOS, CMake >= 3.9.2, GCC >= 7.0, Clang >= 5.0 , Boost >= 1.66
Recommended build environment: Linux or macOS, CMake >= 3.9.2, GCC >= 7.0, Clang >= 5.0 , Boost >= 1.67

Structure :
* [/](../../tree/master/) -- the root directory
Expand Down

0 comments on commit 9070496

Please sign in to comment.