diff options
| author | Tsukasa Sugiura <t.sugiura0204@gmail.com> | 2017-11-02 01:03:34 +0900 |
|---|---|---|
| committer | Tsukasa Sugiura <t.sugiura0204@gmail.com> | 2017-11-02 01:03:34 +0900 |
| commit | 51661ed675177530a4ab27756fedb20a22c71358 (patch) | |
| tree | 001f7d2ea0c8632f06f89ffbbeccfa1e1b31c936 | |
| parent | 45ceac90730c5bd4f53d5e9b2112861b1ef30f5f (diff) | |
| download | vcpkg-51661ed675177530a4ab27756fedb20a22c71358.tar.gz vcpkg-51661ed675177530a4ab27756fedb20a22c71358.zip | |
Enable OpenGL support for GUI
Enable OpenGL support for GUI.
| -rw-r--r-- | ports/opencv/portfile.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/opencv/portfile.cmake b/ports/opencv/portfile.cmake index f3da28948..470cac005 100644 --- a/ports/opencv/portfile.cmake +++ b/ports/opencv/portfile.cmake @@ -91,6 +91,7 @@ vcpkg_configure_cmake( -DWITH_FFMPEG=${WITH_FFMPEG} -DWITH_CUDA=${WITH_CUDA} + -DWITH_OPENGL=ON -DWITH_VTK=${WITH_VTK} OPTIONS_DEBUG -DINSTALL_HEADERS=OFF |
