Github user vjr commented on a diff in the pull request: https://github.com/apache/geode-native/pull/102#discussion_r126127440 --- Diff: src/CMakeLists.txt --- @@ -17,6 +17,15 @@ project(nativeclient) list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/../cmake) +if(CMAKE_GENERATOR MATCHES Win64*) + if ((CMAKE_GENERATOR MATCHES "Visual Studio") AND (CMAKE_GENERATOR_TOOLSET STREQUAL "")) + message(WARNING "GEODE expects that a user must provode -Thost=x64 if you are using a" --- End diff -- Typo - "provode" should be "provide" ?
--- 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. ---