From cff30fa6553fe1f09d1b42426d54fc07b7ad301d Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 4 Feb 2025 15:38:34 +0100 Subject: [PATCH] Revert "Fixes STD_REGEX issue introduced by gtest/benchmark submodule" This reverts commit b4db94d75300f9d638869279ab736571eda632e6. --- leveldbstatic/prelude.nim | 2 +- leveldbstatic/raw.nim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/leveldbstatic/prelude.nim b/leveldbstatic/prelude.nim index cc7d12d..32bbbae 100644 --- a/leveldbstatic/prelude.nim +++ b/leveldbstatic/prelude.nim @@ -9,7 +9,7 @@ const when defined(macosx): "-DCMAKE_BUILD_TYPE=Release" elif defined(windows): - "-G\"MSYS Makefiles\" -DCMAKE_BUILD_TYPE=Release -DHAVE_STD_REGEX=ON -DRUN_HAVE_STD_REGEX=1" + "-G\"MSYS Makefiles\" -DCMAKE_BUILD_TYPE=Release" else: "-DCMAKE_BUILD_TYPE=Release" diff --git a/leveldbstatic/raw.nim b/leveldbstatic/raw.nim index 40b1aea..501ab29 100644 --- a/leveldbstatic/raw.nim +++ b/leveldbstatic/raw.nim @@ -9,7 +9,7 @@ const when defined(macosx): "-DCMAKE_BUILD_TYPE=Release" elif defined(windows): - "-G\"MSYS Makefiles\" -DCMAKE_BUILD_TYPE=Release -DHAVE_STD_REGEX=ON -DRUN_HAVE_STD_REGEX=1" + "-G\"MSYS Makefiles\" -DCMAKE_BUILD_TYPE=Release" else: "-DCMAKE_BUILD_TYPE=Release"