Being able to disable a dependency without uninstalling it from my system is very useful for testing various build configurations locally. CMAKE_DISABLE_FIND_PACKAGE_xxx allows to do this easily for native CMake dependencies. However there does not seem to be an equivalent option for the PkgConfig module. What is the recommended way to disable a pkg-config dependency?