mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 06:08:03 +08:00
[opencv] Fixed OpenCV versioning using wrong commit (#6812)
* [opencv] Fixed OpenCV versioning using wrong commit As there is no OpenCV repository, the hash is wrongly determined Closes #6708 * [opencv] cmake disable find package git
This commit is contained in:
parent
1a63672f8f
commit
99b3907744
@ -285,6 +285,7 @@ vcpkg_configure_cmake(
|
||||
-DPROTOBUF_UPDATE_FILES=${PROTOBUF_UPDATE_FILES}
|
||||
-DUPDATE_PROTO_FILES=${UPDATE_PROTO_FILES}
|
||||
# CMAKE
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_Git=ON
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_JNI=ON
|
||||
"-DCMAKE_MODULE_PATH=${CMAKE_MODULE_PATH}"
|
||||
# ENABLE
|
||||
|
Loading…
x
Reference in New Issue
Block a user