File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ FetchContent_Declare(ios-cmake
1313 GIT_TAG 04d91f6675dabb3c97df346a32f6184b0a7ef845)
1414FetchContent_Declare(JsRuntimeHost
1515 GIT_REPOSITORY https://github.com/BabylonJS/JsRuntimeHost.git
16- GIT_TAG 1ff3a500b98264c15a08f6aca9baee0e662d3eaf )
16+ GIT_TAG 85d8d91be3c157bf61857c1e1346444024794142 )
1717FetchContent_Declare(AndroidExtensions
1818 GIT_REPOSITORY https://github.com/BabylonJS/AndroidExtensions.git
1919 GIT_TAG 883c4a286116e51ee989e39ee8e216d632997329)
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ endif()
6969
7070install_targets (napi)
7171
72- if (NAPI_JAVASCRIPT_ENGINE STREQUAL "V8" )
72+ if (NAPI_JAVASCRIPT_ENGINE STREQUAL "V8" AND JSRUNTIMEHOST_CORE_APPRUNTIME_V8_INSPECTOR )
7373 install_targets (v8inspector)
7474endif ()
7575
You can’t perform that action at this time.
0 commit comments