We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71735d6 commit d3f4b78Copy full SHA for d3f4b78
cmake/FindNodeJS.cmake
@@ -452,6 +452,8 @@ if(NOT NodeJS_LIBRARY)
452
message(STATUS "Configure NodeJS shared library")
453
454
# Select the ICU library depending on the NodeJS version
455
+ if("${NodeJS_VERSION_MAJOR}" GREATER_EQUAL "18")
456
+ set(ICU_URL "https://github.com/unicode-org/icu/releases/download/release-71-1/icu4c-71_1-src.zip")
457
if("${NodeJS_VERSION_MAJOR}" GREATER_EQUAL "16")
458
set(ICU_URL "https://github.com/unicode-org/icu/releases/download/release-69-1/icu4c-69_1-src.zip")
459
elseif("${NodeJS_VERSION_MAJOR}" GREATER_EQUAL "15")
0 commit comments