Skip to content

Commit 0065bb2

Browse files
author
Kristoffel Pirard
committed
Make minimum cmake version support c++17
1 parent afb5035 commit 0065bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp11training/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8.2)
1+
cmake_minimum_required(VERSION 3.8.0)
22
include("${CMAKE_CURRENT_SOURCE_DIR}/CMake/SetupGoogletest.cmake")
33

44
set(CMAKE_CXX_STANDARD 17)

0 commit comments

Comments
 (0)