[
https://issues.apache.org/jira/browse/MINIFICPP-1189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marton Szasz updated MINIFICPP-1189:
------------------------------------
Fix Version/s: 0.9.0
> Cannot compile in debug mode on Windows
> ---------------------------------------
>
> Key: MINIFICPP-1189
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1189
> Project: Apache NiFi MiNiFi C++
> Issue Type: Bug
> Reporter: Marton Szasz
> Assignee: Marton Szasz
> Priority: Major
> Fix For: 0.9.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> cmake/BundledYamlCpp.cmake assumes the library name to be libyaml-cppmd.lib,
> but when compiled in debug mode, it's actually libyaml-cppmdd.lib. This
> breaks compilation in debug mode on Windows.
> Fix: check for debug config in the file and expect libyaml-cppmdd.lib on
> windows in debug mode, instead of libyaml-cppmd.lib
--
This message was sent by Atlassian Jira
(v8.3.4#803005)