[GitHub] [incubator-mxnet] larroy commented on issue #16741: Error detecting C++11 and C++14

2019-11-15 Thread GitBox
larroy commented on issue #16741: Error detecting C++11 and C++14 URL: https://github.com/apache/incubator-mxnet/issues/16741#issuecomment-554516763 those flags with dash are in the else branch of the MSVC conditional, how can they be added to your build flags? Can you add a print in the c

[GitHub] [incubator-mxnet] larroy commented on issue #16741: Error detecting C++11 and C++14

2019-11-20 Thread GitBox
larroy commented on issue #16741: Error detecting C++11 and C++14 URL: https://github.com/apache/incubator-mxnet/issues/16741#issuecomment-556549191 @nikudyshko so in windows we don't need to supply the flag? Can we test for C++ standard iwith CMake in windows? What do you suggest to fix?