CMake error

mirjafar

New Member
Hello,

While using cmake to install the software I get the following error messages.

CMake Error at /usr/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:14 (message):
The imported target "Qt5::Core" references the file

"/usr/local/.//mkspecs/macx-clang"

but this file does not exist. Possible reasons include:

* The file was deleted, renamed, or moved to another location.

* An install or uninstall procedure did not complete successfully.

* The installation package was faulty and contained

"/usr/local/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake"

but not all the files it references.


I do not know what to do, can someone give some hint?
 
Top