Re: who know what version cmake in our windwos ci?

2017-10-05 Thread shiwen hu
Reference resources my cmake issue https://gitlab.kitware.com/cmake/cmake/issues/17313 2017-10-06 9:25 GMT+08:00 shiwen hu : > set the minimum CMake requirements for MXNet users to 3.9 or minimum > required 3.8, but I haven't tested 3.8 > because need to use this function

Re: who know what version cmake in our windwos ci?

2017-10-05 Thread shiwen hu
set the minimum CMake requirements for MXNet users to 3.9 or minimum required 3.8, but I haven't tested 3.8 because need to use this function https://cmake.org/cmake/help/latest/release/3.8.html?highlight=cuda and the old FindCUDA(our now use) not work in vs2017, 2017-10-06 3:02 GMT+08:00 kellen

Re: who know what version cmake in our windwos ci?

2017-10-05 Thread kellen sunderland
Just to clarify Shiwen, are you proposing to use CMake 3.9 on our CI, or to set the minimum CMake requirements for MXNet users to 3.9? To give us some more context could you provide a link to a document describing what the problem is, or give us the error that will result from using the wrong

who know what version cmake in our windwos ci?

2017-10-04 Thread shiwen hu
Preparing for cuda9.0 and vs2017 and update the first-class CUDA with cmake.but it must version 3.9 cmake.who know what version cmake in our windwos ci now?