fix: attempt to fix RapidJSON compilation.
This commit is contained in:
parent
c5369077fd
commit
26eb75eb63
1 changed files with 4 additions and 2 deletions
|
@ -265,9 +265,11 @@
|
||||||
"config-opts": [
|
"config-opts": [
|
||||||
"-DCMAKE_BUILD_TYPE=None",
|
"-DCMAKE_BUILD_TYPE=None",
|
||||||
"-DRAPIDJSON_HAS_STDSTRING=ON",
|
"-DRAPIDJSON_HAS_STDSTRING=ON",
|
||||||
"-DRAPIDJSON_BUILD_CXX11=ON"
|
"-DRAPIDJSON_BUILD_CXX11=ON",
|
||||||
|
"-DRAPIDJSON_BUILD_DOC=OFF",
|
||||||
|
"-DRAPIDJSON_BUILD_EXAMPLES=OFF",
|
||||||
|
"-DRAPIDJSON_BUILD_TESTS=OFF"
|
||||||
],
|
],
|
||||||
"builddir": true,
|
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "archive",
|
"type": "archive",
|
||||||
|
|
Loading…
Reference in a new issue