LoginSignup
0
0

More than 3 years have passed since last update.

OpenCV 4.5.0をCMakeでVS2019用にビルドする

Posted at

Installation in Windowsに記載の やり方からVS2019用に変えるには

CMAKE_CONFIG_GENERATOR="Visual Studio 14 2015 Win64"



CMAKE_CONFIG_GENERATOR="Visual Studio 16 2019"

にして

cmake -G"$CMAKE_CONFIG_GENERATOR"



cmake -G"$CMAKE_CONFIG_GENERATOR" -A x64

とする。

あとはInstallation in Windowsに記載の通りでビルド可。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0