Hello,
With the next branch checked out, I'm following the build instructions for macOS, and CMake is failing to build with the following error:
CMake Error at /usr/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:15 (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.
Call Stack (most recent call first):
/usr/local/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake:50 (_qt5_Core_check_file_exists)
/usr/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:169 (include)
CMakeLists.txt:50 (find_package)
I'm running macOS High Sierra version 10.13.6 (build 17G4015)
Hello,
With the
nextbranch checked out, I'm following the build instructions for macOS, and CMake is failing to build with the following error:I'm running macOS High Sierra version 10.13.6 (build 17G4015)