Github user pivotal-jbarrett commented on a diff in the pull request: https://github.com/apache/geode-native/pull/7#discussion_r100958307 --- Diff: src/dependencies/xerces-c/CMakeLists.txt --- @@ -32,10 +32,10 @@ if (WIN32) set( _BUILD_DIR Build/Win32/VC${MSVC_VERSION}/${_DEBUG_OR_RELEASE} ) endif() - if (MSVC_VERSION GREATER 12) - # Only have project files for VS12 and older - set(MSVC_VERSION 12) - endiF() + #if (MSVC_VERSION GREATER 12) --- End diff -- xerces-c does not have project files for VC>14. You should limit the MSVC_VERSION locally in the module to 14 otherwise xerces-c will not compile. See the `projects\Win32\` directory in the xerces-c distribution for list of supported VC.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---