Closed DeveloperPaul123 closed 8 months ago
@DeveloperPaul123 Ok, thanks for the info. It did build for me on Windows on my setup, but probably I need to reproduce the steps from scratch, I might have cached some cmake properties already...
@DeveloperPaul123 This is now fixed in master
.
I've been following the build instructions here https://github.com/bkryza/clang-uml/blob/master/docs/installation.md#windows-1 for windows and it seems that the latest release (
0.5.1
) doesn't seem to findyaml-cpp
correctly.I had to add the following line to get things working with
yaml
again.Lines 109 - 112 of the root CMakeLists.txt
Otherwise, it seems the include directory for
yaml
is never set in the case of MSVC builds.