From d7e9687245aa0c49a4a307cbee6f4c9152b3347f Mon Sep 17 00:00:00 2001 From: David Boucher Date: Fri, 20 Oct 2023 18:12:02 +0200 Subject: [PATCH] fix(cmake) --- cmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake.sh b/cmake.sh index 25e8810197e..f1d63abb327 100755 --- a/cmake.sh +++ b/cmake.sh @@ -322,7 +322,7 @@ cd build echo "$conan install .. --build=missing" $conan install .. --build=missing -if [[ $STD -eq 17 ]] ; then +if [[ "$STD" -eq "gnu17" ]] ; then NG="-DNG=ON" else NG="-DNG=OFF"