[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:
Vishniakov Nikolai 2024-03-31 00:13:19 +01:00 committed by GitHub
parent 2bfa1ee01d
commit 3051d3a893
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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)