1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-02-05 02:28:34 +00:00
openmw/CI
AnyOldName3 eedae407ab Tell CMake where to find ICU properly
I had a problem where CMake picked up half of ICU from its C API, which
is included with the Windows SDK, and half from the C++ API we provide.
This should prevent that.

* ICU_ROOT takes precedence as a CMake variable so do that instead of as
  an environment variable.
* ICU_LIBRARY is an output of FindICU.cmake, not an input, so don't set
  it.
* FindICU.cmake needs telling about components via their own variables.
2022-05-02 19:49:30 +01:00
..
activate_msvc.sh Massively simplify the worst Bash ever 2021-04-28 06:51:15 +00:00
ActivateMSVC.ps1
before_install.android.sh
before_install.linux.sh no need to re-map when using system default 2020-03-22 21:34:46 +01:00
before_install.osx.sh Set ICU_ROOT instead of PKG_CONFIG_PATH to find ICU on macos 2022-04-10 15:26:25 -04:00
before_script.android.sh Lua i18n updates 2022-04-10 07:57:02 +00:00
before_script.linux.sh
before_script.msvc.sh
before_script.osx.sh
build.msvc.sh
build_googletest.sh
check_package.osx.sh
check_tabs.sh
deploy.osx.sh
install_debian_deps.sh