is it ok to install more than 1 installation of opencv?
Installed opencv binaries for Visual Studio 17, works fine. I've installed Eclipse Oxygen 64bit and want to reserve the opportunity to code on it as well as the VS. I plan on installing a second custom opencv build using cmake, etc.
Is this situation going to create any "deal-breaker" problems?
Best Regards.
Change build folder (A) in cmake and rebuild opencv with new parameters. Give in your cmakelists.txt of your own project the new build folder.
You have to move the new exe file in A/bin/debug or release (or choose exe folder in VS)