[OV JS] Disable building nodejs bindings for emscripten (#23708)
### Details: - JS is not available for emscripten compilation ### Tickets: - Closes https://github.com/openvinotoolkit/openvino/issues/23701 --------- Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
This commit is contained in:
parent
2bfa1ee01d
commit
3051d3a893
|
|
@ -177,7 +177,7 @@ ov_dependent_option (ENABLE_SYSTEM_SNAPPY "Enables use of system version of Snap
|
|||
ov_dependent_option (ENABLE_PYTHON_PACKAGING "Enables packaging of Python API in APT / YUM" OFF
|
||||
"ENABLE_PYTHON;UNIX" OFF)
|
||||
|
||||
ov_dependent_option(ENABLE_JS "Enables JS API building" ON "NOT ANDROID" OFF)
|
||||
ov_dependent_option(ENABLE_JS "Enables JS API building" ON "NOT ANDROID;NOT EMSCRIPTEN" OFF)
|
||||
|
||||
ov_option(ENABLE_OPENVINO_DEBUG "Enable output for OPENVINO_DEBUG statements" OFF)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue