From: Hermet Park Date: Mon, 16 Sep 2019 09:34:18 +0000 (+0900) Subject: example: bump up c++ version to 14 in cmake. X-Git-Tag: submit/tizen/20190917.012523~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9232119b11b341743b5e3bcb7e3fdc038a07a0fc;p=platform%2Fcore%2Fuifw%2Flottie-player.git example: bump up c++ version to 14 in cmake. Change-Id: Ibf1ce24e14e3484b381c8df7c7a307956a1a1528 --- diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 0122f15..b42cc96 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -2,7 +2,7 @@ add_executable(lottie2gif "lottie2gif.cpp") target_compile_options(lottie2gif PRIVATE - -std=c++11) + -std=c++14) target_link_libraries(lottie2gif rlottie)