Skip to content

Commit

Permalink
bump C++ version to 14
Browse files Browse the repository at this point in the history
thanks for the hint Darby!
  • Loading branch information
meshula authored Feb 3, 2023
1 parent 9745fe5 commit f54f987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
#------------------------------------------------------------------------------
# Global language settings

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

Expand Down Expand Up @@ -89,4 +89,4 @@ enable_testing()
add_subdirectory(OpenTimelineIO)
add_subdirectory(src)
add_subdirectory(cmocka)
add_subdirectory(tests)
add_subdirectory(tests)

0 comments on commit f54f987

Please sign in to comment.