mirror of
https://github.com/codex-storage/nim-leveldb.git
synced 2025-02-24 05:18:05 +00:00
Revert "Fixes STD_REGEX issue introduced by gtest/benchmark submodule"
This reverts commit b4db94d75300f9d638869279ab736571eda632e6.
This commit is contained in:
parent
b4db94d753
commit
cff30fa655
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user