Skip to content

Commit 5db93f3

Browse files
committed
Upgrade to C++17
1 parent 0422ab4 commit 5db93f3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
cmake_minimum_required(VERSION 3.2)
2-
3-
set(CMAKE_CXX_STANDARD 11)
1+
set(CMAKE_CXX_STANDARD 17)
42
set(CMAKE_POSITION_INDEPENDENT_CODE true)
53

64
set(zsync2_public_headers

0 commit comments

Comments
 (0)