Source: kalzium
Followup-For: Bug #1143327
X-Debbugs-Cc: [email protected]
The actual error at cmake time is:
CMake Error at /usr/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake:93
(find_package):
By not providing "FindJKQTPlotter6.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"JKQTPlotter6", but CMake did not find one.
Could not find a package configuration file provided by "JKQTPlotter6" with
any of the following names:
JKQTPlotter6.cps
jkqtplotter6.cps
JKQTPlotter6Config.cmake
jkqtplotter6-config.cmake
Add the installation prefix of "JKQTPlotter6" to CMAKE_PREFIX_PATH or set
"JKQTPlotter6_DIR" to a directory containing one of the above files. If
"JKQTPlotter6" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
/usr/share/cmake-4.3/Modules/CMakeFindDependencyMacro.cmake:125
(__find_dependency_common)
/usr/lib/x86_64-linux-gnu/cmake/avogadrolibs/AvogadroLibsConfig.cmake:35
(find_dependency)
CMakeLists.txt:46 (find_package)
This happens because libavogadro-dev contains cmake config files that
reference those shipped in libjkqtplotter-dev, however it does not
depend on libjkqtplotter-dev. Hence reassigning to libavogadro-dev.
Thanks,
--
Pino