Open andyschwarzl opened 6 years ago
I had to download visualStudio 2015 and use the "Visual Studio 14 2015 Win64" generator during CMake to make the build correctly, it did not work with v2017 even after having changed the platform toolset to v140 in v2017.
Thanks for the info!
There seem to be problems when trying to build gpuNUFFT with CUDA 9 and VS 2017 (Platform toolset v141).
https://stackoverflow.com/questions/43745099/using-cuda-with-visual-studio-2017
Building gpuNUFFT may result in the following error:
One workaround is to change the platform toolset to v140 (2015) directly in Visual Studio. Or you can try to use the "Visual Studio 14 2015 Win64" generator during CMake.
HTH