From 052fe39d22c074a07a285ff7adb3dc82f2e4e887 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 6 Jul 2026 17:39:33 -0600 Subject: [PATCH] openjk: set CMAKE_CXX_STANDARD to 11 --- recipes/games/openjk/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/games/openjk/recipe.toml b/recipes/games/openjk/recipe.toml index 04bc30750..4d1d0e578 100644 --- a/recipes/games/openjk/recipe.toml +++ b/recipes/games/openjk/recipe.toml @@ -16,6 +16,7 @@ script = """ DYNAMIC_INIT export CPPFLAGS="${CPPFLAGS} -I${COOKBOOK_SYSROOT}/include/SDL2" COOKBOOK_CMAKE_FLAGS+=( + -DCMAKE_CXX_STANDARD=11 -DJPEG_INCLUDE_DIR="${COOKBOOK_SYSROOT}/include" -DJPEG_LIBRARY="-ljpeg" -DPNG_PNG_INCLUDE_DIR="${COOKBOOK_SYSROOT}/include"