mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Increase required NodeJS version to make the new new backend work
This commit is contained in:
@@ -40,7 +40,7 @@ source_group("Source Files" FILES ${OPENSPACE_SOURCE_FILES})
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
||||
|
||||
# Specify the NodeJs distribution version.
|
||||
set(NODEJS_VERSION "8.11.4")
|
||||
set(NODEJS_VERSION "22.15.0")
|
||||
|
||||
include(nodejs_support)
|
||||
DownloadNodeJs("${NODEJS_VERSION}" "${CMAKE_CURRENT_SOURCE_DIR}/ext/nodejs")
|
||||
|
||||
Reference in New Issue
Block a user