Skip to content
Snippets Groups Projects
Commit c9d7a64c authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

build: use c++17 for video macOS

Change-Id: I5482d8ce6ee25f7ea30ffb40d6c492c70074bb33
parent 2bfa6322
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,4 @@ libosxvideo_la_SOURCES = \
video_device_impl.mm \
video_device_monitor_impl.mm
AM_OBJCXXFLAGS = -std=c++11
AM_OBJCXXFLAGS = -std=c++17
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment