I have changed the examples code and documentation in order to force CONFIG
mode in CMake's find_package overMODULE mode.
If not set It could happen that CMake tries to load a FindXXXX.cmake
from the default modules directory instead of the correct XXXXConfig.cmake
generated by Conan.
I have changed the examples code and documentation in order to force
CONFIG
mode in CMake'sfind_package over
MODULE
mode. If not set It could happen that CMake tries to load aFindXXXX.cmake
from the default modules directory instead of the correctXXXXConfig.cmake
generated by Conan.