Skip to content

Commit cff30fa

Browse files
committed
Revert "Fixes STD_REGEX issue introduced by gtest/benchmark submodule"
This reverts commit b4db94d.
1 parent b4db94d commit cff30fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

leveldbstatic/prelude.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const
99
when defined(macosx):
1010
"-DCMAKE_BUILD_TYPE=Release"
1111
elif defined(windows):
12-
"-G\"MSYS Makefiles\" -DCMAKE_BUILD_TYPE=Release -DHAVE_STD_REGEX=ON -DRUN_HAVE_STD_REGEX=1"
12+
"-G\"MSYS Makefiles\" -DCMAKE_BUILD_TYPE=Release"
1313
else:
1414
"-DCMAKE_BUILD_TYPE=Release"
1515

leveldbstatic/raw.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const
99
when defined(macosx):
1010
"-DCMAKE_BUILD_TYPE=Release"
1111
elif defined(windows):
12-
"-G\"MSYS Makefiles\" -DCMAKE_BUILD_TYPE=Release -DHAVE_STD_REGEX=ON -DRUN_HAVE_STD_REGEX=1"
12+
"-G\"MSYS Makefiles\" -DCMAKE_BUILD_TYPE=Release"
1313
else:
1414
"-DCMAKE_BUILD_TYPE=Release"
1515

0 commit comments

Comments
 (0)