szaszm commented on code in PR #1654: URL: https://github.com/apache/nifi-minifi-cpp/pull/1654#discussion_r1329600706
########## 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: Thanks, I didn't notice the duplication here. Removed both the second `set enable_coap=OFF` from here and the second `-DENABLE_COAP=%enable_coap%` from the CMake command line. -- 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]
