Marton Szasz created MINIFICPP-1930:
---------------------------------------
Summary: fix windows 32 bit build
Key: MINIFICPP-1930
URL: https://issues.apache.org/jira/browse/MINIFICPP-1930
Project: Apache NiFi MiNiFi C++
Issue Type: Bug
Reporter: Marton Szasz
msbuild fails with this:
The specified solution configuration "Debug|Win32" is invalid.
The problem is that cmake only seems to generate x64 platform config, even when
we don't pass /64 to win_build_vs.bat. Adding `-A Win32` to the cmake command
line seems to fix the issue.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)