aboutsummaryrefslogtreecommitdiff
path: root/samples/RhythmGame/test
diff options
context:
space:
mode:
authorRobert Wu <85952307+robertwu1@users.noreply.github.com>2022-04-15 10:44:06 -0700
committerGitHub <noreply@github.com>2022-04-15 10:44:06 -0700
commit917f8c772989f1b6c32c499d4b9cd9800ad07a8b (patch)
tree12b6d82b2a9a9b02c4b4ad283584f69cbba0ae82 /samples/RhythmGame/test
parentca7a19ab4d0f18185ec09aa721273af73765c59e (diff)
downloadoboe-917f8c772989f1b6c32c499d4b9cd9800ad07a8b.tar.gz
Flowgraph: Sync with internal flowgraph (#1524)
Diffstat (limited to 'samples/RhythmGame/test')
-rwxr-xr-xsamples/RhythmGame/test/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/RhythmGame/test/run_tests.sh b/samples/RhythmGame/test/run_tests.sh
index 0b7180ce..02e3ecbd 100755
--- a/samples/RhythmGame/test/run_tests.sh
+++ b/samples/RhythmGame/test/run_tests.sh
@@ -79,7 +79,7 @@ CMAKE_ARGS="-H. \
-DANDROID_ABI=${ABI} \
-DANDROID_PLATFORM=${PLATFORM} \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DCMAKE_CXX_FLAGS=-std=c++14 \
+ -DCMAKE_CXX_FLAGS=-std=c++17 \
-DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK}/build/cmake/android.toolchain.cmake \
-DCMAKE_VERBOSE_MAKEFILE=1"