1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-29 03:19:44 +00:00
OpenMW/cmake
Gleb Mazovetskiy 823e7bea38 Fix MyGUI detection
`libfind_pkg_detect` used `pkg_check_modules`, which requires all the
given modules to be found.

This means it always failed for MyGUI, which passes
`MyGUI${MYGUI_STATIC_SUFFIX} MYGUI${MYGUI_STATIC_SUFFIX}` to it.

Replaces `pkg_check_modules` with `pkg_search_module`, which finds the
first match instead.
2021-01-13 02:51:43 +00:00
..
COPYING-CMAKE-SCRIPTS
FindFFmpeg.cmake
FindGMock.cmake Add dependency for GMock 2018-08-11 16:52:53 +03:00
FindLIBUNSHIELD.cmake
FindLZ4.cmake lz4 prep work; get linux and windows ready 2020-10-19 22:31:42 +03:00
FindMyGUI.cmake
FindOSGPlugins.cmake Uncomment commented lines 2018-12-18 18:42:20 +00:00
FindSDL2.cmake
FindSphinx.cmake
FindTinyXML.cmake
GitVersion.cmake
LibFindMacros.cmake Fix MyGUI detection 2021-01-13 02:51:43 +00:00
OpenMWMacros.cmake Use a generator expression to specify the debugger working directory 2020-06-22 21:38:40 +01:00
OSIdentity.cmake values for this higher than sGroundOffset cause jittering on some surface; use safe-seeming value slightly less than sGroundOffset 2020-12-27 22:16:11 +00:00