Private
Public Access
2
0

Revert "binding.gyp.cmake: Fix npm builds by stopping dependency on json-c"

This reverts commit 50213f97bc. This sets
JSONPLAT during compilation and doesn't disable it during cmake's configure
process which is done by jenkins. This means that mraa_init_platform_json never
gets define since it's under an #ifndef
This commit is contained in:
Brendan Le Foll
2016-08-10 09:17:48 +01:00
parent c0fbccb3b6
commit 49ee1ebef5

View File

@@ -33,7 +33,6 @@
'SWIGJAVASCRIPT',
'FIRMATA=ON',
'ONEWIRE=ON',
'JSONPLAT=OFF',
'BUILDING_NODE_EXTENSION=1',
'SWIG_V8_VERSION=0x0<(v8_version)',
'V8_VERSION=0x0<(v8_version)'