Skip to content

Commit

Permalink
chore: set cmake minimal version to 3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhii Khalymon committed Jan 10, 2021
1 parent d53d751 commit 2b5106c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.17)
CMAKE_MINIMUM_REQUIRED(VERSION 3.16)
PROJECT(srt-server)

SET(CMAKE_CXX_STANDARD 11)
Expand Down

0 comments on commit 2b5106c

Please sign in to comment.