Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 10.0.1
-
None
-
-
170f9acfb (11.0)
Description
Seems that Creator (at least 10.0.1) fails to build with yaml-cpp >= 0.8
Little excerpt:
{{CMake Error at cmake/Findyaml-cpp.cmake:18 (set_target_properties):
set_target_properties Can not find target to add properties to: yaml-cpp
Call Stack (most recent call first):
src/plugins/clangtools/CMakeLists.txt:1 (find_package)
qml/bindingloops_qt6.frag -> bindingloops_qt6.frag.qsb exposed as :/qt/qml/QtCreator/QmlProfiler/bindingloops_qt6.frag.qsb
qml/bindingloops_qt6.vert -> bindingloops_qt6.vert.qsb exposed as :/qt/qml/QtCreator/QmlProfiler/bindingloops_qt6.vert.qsb
}}
The full build log seems available at https://dpaste.com/ECK9HT553 but I don't know for how long (I did not build it).
A quick work around seems to be to remove cmake/Findyaml-cpp.cmake prior to building as per https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050367