fgerlits commented on code in PR #1654: URL: https://github.com/apache/nifi-minifi-cpp/pull/1654#discussion_r1328451795
########## win_build_vs.bat: ########## @@ -24,37 +24,35 @@ set scriptdir=%~dp0 set skiptests=OFF set skiptestrun=OFF set cmake_build_type=Release -set build_platform=Win32 -set build_kafka=OFF -set build_coap=OFF -set build_jni=OFF -set build_SQL=OFF -set build_AWS=OFF -set build_SFTP=OFF -set build_azure=OFF +set build_platform=x64 +set enable_kafka=ON +set enable_coap=OFF Review Comment: it doesn't really matter, but there is another `set enable_coap=OFF` at line 36 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
