Fix: Remove -DBUILD_SHARED_LIBS=ON

This commit is contained in:
Ramadan 2019-10-10 16:21:37 +02:00
parent 90d017005d
commit a9407450bd

View File

@ -14,7 +14,6 @@ vcpkg_configure_cmake(
OPTIONS
-DUSE_SIMD=ON
-DUSE_OPENCV_CONTRIB=ON
-DBUILD_SHARED_LIBS=ON
-DBUILD_EXAMPLES=OFF
-DBUILD_TESTS=OFF
)