Build failed: missing adsTargets.cmake
cpetersmeier opened this issue · 1 comments
cpetersmeier commented
I am trying to build the tesseract_qt
package. To resolve qt dependencies, I checked this branch out and made sure to build it via catkin build
. However, I am still getting the following error:
CMake Error at /path/to/workspace/src/Qt-Advanced-Docking-System/src/qtadvanceddockingConfig.cmake:2 (include):
include could not find load file:
/path/to/workspace/src/Qt-Advanced-Docking-System/src/adsTargets.cmake
Call Stack (most recent call first):
plot/CMakeLists.txt:11 (find_package)
Is there still something that I am missing?
Thanks in advance!
cpetersmeier commented
Closing this since the error occurred due to a faulty cmake configuration artifact (setting qtadvanceddocking_DIR
manually) from a previous qt-creator build of the Qt-advanced-docking-system
.
After building with catkin, the cmake files reside at workspace$ ./devel/lib/cmake/qtadvanceddocking/adsTargets.cmake
.