Debian Package CMake Cannot Find Configuration File
When trying to build, the CMake configuration file cannot be found.
By not providing "Findqt-mocks.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "qt-mocks",
but CMake did not find one.
Could not find a package configuration file provided by "qt-mocks" with any
of the following names:
qt-mocksConfig.cmake
qt-mocks-config.cmake
Add the installation prefix of "qt-mocks" to CMAKE_PREFIX_PATH or set
"qt-mocks_DIR" to a directory containing one of the above files. If
"qt-mocks" provides a separate development package or SDK, be sure it has
been installed.