Skip to content

Commit 628d2bb

Browse files
authored
Fix min CXX standard.
1 parent 77d4250 commit 628d2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 3.7.2)
1+
cmake_minimum_required(VERSION 3.8.2)
22

33
set(CMAKE_CXX_STANDARD 17)
44

0 commit comments

Comments
 (0)