fgerlits commented on a change in pull request #854:
URL: https://github.com/apache/nifi-minifi-cpp/pull/854#discussion_r463577237



##########
File path: CMakeSettings.json
##########
@@ -2,97 +2,97 @@
   // See https://go.microsoft.com//fwlink//?linkid=834763 for more information 
about this file.
   "configurations": [
     {
-      "name": "x64-Release",
-      "generator": "Visual Studio 15 2017 Win64",
+      "name": "x86-RelWithDebInfo",
+      "generator": "Visual Studio 15 2017",
       "configurationType": "RelWithDebInfo",
-      "inheritEnvironments": [ "msvc_x64_x64" ],
+      "inheritEnvironments": [ "msvc_x64_x86" ],

Review comment:
       Thanks, I have changed it to `msvc_x86`.  I got the architecture name 
from 
https://docs.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=vs-2017,
 but you are right, the environment names are backwards.  This did work, but I 
don't know how or why. :)  I think VS may have simply ignored it, and it did an 
x86 build because of the generator setting.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to