mirror of
https://github.com/logos-storage/nim-leveldb.git
synced 2026-01-07 16:13:07 +00:00
Fixes STD_REGEX issue introduced by gtest/benchmark submodule
This commit is contained in:
parent
0bd875d2b7
commit
b4db94d753
@ -9,7 +9,7 @@ const
|
||||
when defined(macosx):
|
||||
"-DCMAKE_BUILD_TYPE=Release"
|
||||
elif defined(windows):
|
||||
"-G\"MSYS Makefiles\" -DCMAKE_BUILD_TYPE=Release"
|
||||
"-G\"MSYS Makefiles\" -DCMAKE_BUILD_TYPE=Release -DHAVE_STD_REGEX=ON -DRUN_HAVE_STD_REGEX=1"
|
||||
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"
|
||||
"-G\"MSYS Makefiles\" -DCMAKE_BUILD_TYPE=Release -DHAVE_STD_REGEX=ON -DRUN_HAVE_STD_REGEX=1"
|
||||
else:
|
||||
"-DCMAKE_BUILD_TYPE=Release"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user