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 7b20ddc commit 0595d91Copy full SHA for 0595d91
cmake/FindNodeJS.cmake
@@ -454,7 +454,7 @@ if(NOT NodeJS_LIBRARY)
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")
+ elseif("${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")
460
set(ICU_URL "https://github.com/unicode-org/icu/releases/download/release-67-1/icu4c-67_1-src.zip")
0 commit comments