Skip to content

Commit 1c44e9c

Browse files
committed
Increase cmake minimum version to 3.10
1 parent 6d220f4 commit 1c44e9c

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5)
1+
cmake_minimum_required(VERSION 3.10)
22
project(web_video_server)
33

44
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
@@ -25,10 +25,6 @@ pkg_check_modules(avformat libavformat REQUIRED)
2525
pkg_check_modules(avutil libavutil REQUIRED)
2626
pkg_check_modules(swscale libswscale REQUIRED)
2727

28-
if(NOT CMAKE_CXX_STANDARD)
29-
set(CMAKE_CXX_STANDARD 14)
30-
endif()
31-
3228
###################################################
3329
## Declare things to be passed to other projects ##
3430
###################################################

0 commit comments

Comments
 (0)