Advertisement
rahulch

Untitled

Jun 8th, 2021
1,073
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.14 KB | None | 0 0
  1. CMake Error at /home/rahul/code/qt5-build/qtbase/lib/cmake/Qt6Core/Qt6CoreVersionlessTargets.cmake:41 (message):
  2.   Some (but not all) targets in this export set were already defined.
  3.  
  4.   Targets Defined: Qt::Core
  5.  
  6.   Targets not yet defined: Qt::CorePrivate
  7.  
  8. Call Stack (most recent call first):
  9.   /home/rahul/code/qt5-build/qtbase/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:54 (include)
  10.   /usr/share/cmake-3.18/Modules/CMakeFindDependencyMacro.cmake:47 (find_package)
  11.   /home/rahul/code/qt5-build/qtbase/lib/cmake/Qt6Qml/Qt6QmlDependencies.cmake:91 (find_dependency)
  12.   /home/rahul/code/qt5-build/qtbase/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake:40 (include)
  13.   /home/rahul/code/qt5-build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:97 (find_package)
  14.   CMakeLists.txt:43 (find_package)
  15.  
  16.  
  17. CMake Warning at /home/rahul/code/qt5-build/qtbase/lib/cmake/Qt6/Qt6Config.cmake:97 (find_package):
  18.   Found package configuration file:
  19.  
  20.     /home/rahul/code/qt5-build/qtbase/lib/cmake/Qt6Qml/Qt6QmlConfig.cmake
  21.  
  22.   but it set Qt6Qml_FOUND to FALSE so package "Qt6Qml" is considered to be
  23.   NOT FOUND.
  24. Call Stack (most recent call first):
  25.   CMakeLists.txt:43 (find_package)
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement