Skip to content

Commit

Permalink
Use c++17 standard
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Nov 11, 2024
1 parent 70aa532 commit 697883f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ pkg_check_modules(avformat libavformat REQUIRED)
pkg_check_modules(avutil libavutil REQUIRED)
pkg_check_modules(swscale libswscale REQUIRED)

if(NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 17)
endif()

###################################################
## Declare things to be passed to other projects ##
###################################################
Expand Down

0 comments on commit 697883f

Please sign in to comment.