ChaiBapchya commented on a change in pull request #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#discussion_r402549416
########## File path: CMakeLists.txt ########## @@ -163,6 +163,8 @@ if(MSVC) add_definitions(-DDMLC_STRICT_CXX11) add_definitions(-DNOMINMAX) set(CMAKE_C_FLAGS "/MP") + # report an accurate value for recent C++ language standards support + set(CMAKE_CXX_FLAGS "/Zc:__cplusplus") Review comment: the typo!!!! `CMAKE_CXX_FLAGS` instead of `CMAKE_C_FLAGS` ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
