Skip to content

Commit

Permalink
Solve bug from previous commit/version.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Sep 6, 2022
1 parent 7b20ddc commit 0595d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindNodeJS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ if(NOT NodeJS_LIBRARY)
# Select the ICU library depending on the NodeJS version
if("${NodeJS_VERSION_MAJOR}" GREATER_EQUAL "18")
set(ICU_URL "https://github.com/unicode-org/icu/releases/download/release-71-1/icu4c-71_1-src.zip")
if("${NodeJS_VERSION_MAJOR}" GREATER_EQUAL "16")
elseif("${NodeJS_VERSION_MAJOR}" GREATER_EQUAL "16")
set(ICU_URL "https://github.com/unicode-org/icu/releases/download/release-69-1/icu4c-69_1-src.zip")
elseif("${NodeJS_VERSION_MAJOR}" GREATER_EQUAL "15")
set(ICU_URL "https://github.com/unicode-org/icu/releases/download/release-67-1/icu4c-67_1-src.zip")
Expand Down

0 comments on commit 0595d91

Please sign in to comment.