Skip to content

Instantly share code, notes, and snippets.

@MarkJGx
Last active March 31, 2021 03:01
Show Gist options
  • Save MarkJGx/5cac7e930b77126259fe1006d3d06fea to your computer and use it in GitHub Desktop.
Save MarkJGx/5cac7e930b77126259fe1006d3d06fea to your computer and use it in GitHub Desktop.
Fix: Trouble Linking against CMake ICU with FindIcu? Fix (missing: ICU_LIBRARY) (found version "53.1.0")
1. Are you facing this issue? `Could NOT find ICU (missing: ICU_LIBRARY) (found version "53.1.0")`
2. -DICU_ROOT and -DICU_ROOT_DIR not working?
3. Run cmake with `-DCMAKE_PREFIX_PATH="C:\Users\user\Documents\clones\icu"`
icu being ICU root directory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment