mmartell edited a comment on pull request #841: URL: https://github.com/apache/geode-native/pull/841#issuecomment-899065891
This PR switches to latest Microsoft tools (i.e., compiler and linker). It uses cmake to decide which tools to use based on what's available on the build machine. Notes: - I have tested locally on my Windows machine. Since I have Visual Studio 2017 and 2019 installed, I have to be careful when setting up the environment. Normally, I launch the developer command prompt that comes with the IDE to set the tools path. Alternatively, I can select the desired toolchain from a normal command prompt by using the desired generator at cmake config time. - Since the CI uses a separate image for Visual Studio 2017 and 2019, using a developer command prompt isn't required. cmake will find the tools that are installed. - The VS 2019 build is expected to fail until the ci changes (cmake config change) in this PR are merged. -- 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]
