Freddykong
Freddykong

Reputation: 95

Downgrade Visual studio 2015 update 3 to update 1

Does anyone knows how to do that ?
I would like to do that because I need to use CUDA's functions in OPENCV and CUDA is only supported on MSVC 2015 Update 1 ...

Upvotes: 1

Views: 779

Answers (1)

johnny b
johnny b

Reputation: 862

As far as I know, CUDA with OpenCV is supported in VS 2013. You can install VS 2013 Community Edition in parallel and in VS 2015 you can set in the settings Platform Toolset to Visual Studio 2013 (v120)

Upvotes: 1

Related Questions