mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-08 14:46:40 +00:00
`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.
|
||
|---|---|---|
| .. | ||
| COPYING-CMAKE-SCRIPTS | ||
| FindFFmpeg.cmake | ||
| FindGMock.cmake | ||
| FindLIBUNSHIELD.cmake | ||
| FindLZ4.cmake | ||
| FindMyGUI.cmake | ||
| FindOSGPlugins.cmake | ||
| FindSDL2.cmake | ||
| FindSphinx.cmake | ||
| FindTinyXML.cmake | ||
| GitVersion.cmake | ||
| LibFindMacros.cmake | ||
| OpenMWMacros.cmake | ||
| OSIdentity.cmake | ||