Skip to content

FindICU: Fix 64-bit Windows builds

Johannes Reiff requested to merge joreiff/cmake:patch-1 into master

CMP0074 causes FindICU.cmake to always prefer the 32-bit version of ICU programs/libraries on Windows. NO_PACKAGE_ROOT_PATH reverts this behavior.

Fixes: #18742 (closed)
Topic-rename: FindICU-win64

Edited by Brad King

Merge request reports