You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: