PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` CMAKE_FIND_PACKAGE_PREFER_CONFIG --------------------------------- .. versionadded:: 3.15 Tell :command:`find_package` to try "Config" mode before "Module" mode if no mode was specified. The command :command:`find_package` operates without an explicit mode when the reduced signature is used without the ``MODULE`` option. In this case, by default, CMake first tries Module mode by searching for a ``Find.cmake`` module. If it fails, CMake then searches for the package using Config mode. Set ``CMAKE_FIND_PACKAGE_PREFER_CONFIG`` to ``TRUE`` to tell :command:`find_package` to first search using Config mode before falling back to Module mode. This variable may be useful when a developer has compiled a custom version of a common library and wishes to link it to a dependent project. If this variable is set to ``TRUE``, it would prevent a dependent project's call to :command:`find_package` from selecting the default library located by the system's ``Find.cmake`` module before finding the developer's custom built library. Once this variable is set, it is the responsibility of the exported ``Config.cmake`` files to provide the same result variables as the ``Find.cmake`` modules so that dependent projects can use them interchangeably.