Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Windows build for VS 2019 #7

Open
syntheticmagus opened this issue May 1, 2020 · 0 comments
Open

Enable Windows build for VS 2019 #7

syntheticmagus opened this issue May 1, 2020 · 0 comments

Comments

@syntheticmagus
Copy link
Contributor

At time of writing, the only version of Visual Studio supported by the build instructions is 2017. The only (known) reason for this is the use of OpenCV 3.4 binaries, which are provided with implementations up to, but not beyond, VS 2017, and the CMake package therefore fails if the generator is targeting VS 2019. There are likely a number of viable solutions to this: upgrading OpenCV, building a custom OpenCV install, tweaking the build to simply not fail and link against the older DLL, etc. These options should simply be explored, evaluated, and implemented/documented appropriately to enable the use of newer versions of Visual Studio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant