aboutsummaryrefslogtreecommitdiff
path: root/ports/opencv3/usage
diff options
context:
space:
mode:
authorStefano Sinigardi <stesinigardi@hotmail.com>2019-08-23 21:48:09 +0200
committerVictor Romero <romerosanchezv@gmail.com>2019-08-23 12:48:09 -0700
commitd85a40d478e683561578d1f63bb992f8805e16cc (patch)
tree9f534acb6269442edb0a82df3b48ca6925720175 /ports/opencv3/usage
parentcf447c050c734fc71e5254ea9e05e1bc4a9d208d (diff)
downloadvcpkg-d85a40d478e683561578d1f63bb992f8805e16cc.tar.gz
vcpkg-d85a40d478e683561578d1f63bb992f8805e16cc.zip
[OpenCV 3] update to v3.4.7 (#7658)
* [opencv3] uniform CONTROL file with opencv4 port * [opencv3] uniform portfile with opencv4 * [opencv3] uniform CONTROL file with opencv4 port * [opencv3] update to 3.4.7 draft * [OpenCV 3] wip to uniform port to opencv4 standards * [OpenCV3] fix IPPICV integration, use the same mechanism as in OpenCV4 port * [OpenCV3] fix sfm module * [OpenCV3] update hunk references in patches 0001 and 0009 * [OpenCV3] refresh install options to adhere to opencv4 standards * [opencv3] remove leftovers * [opencv3] Use OUT_FEATURE_OPTIONS with vcpkg_check_features()
Diffstat (limited to 'ports/opencv3/usage')
-rw-r--r--ports/opencv3/usage5
1 files changed, 0 insertions, 5 deletions
diff --git a/ports/opencv3/usage b/ports/opencv3/usage
deleted file mode 100644
index 1c30e5fea..000000000
--- a/ports/opencv3/usage
+++ /dev/null
@@ -1,5 +0,0 @@
-The package opencv provides CMake integration:
-
- find_package(OpenCV REQUIRED)
- target_include_directories(main PRIVATE ${OpenCV_INCLUDE_DIRS})
- target_link_libraries(main PRIVATE ${OpenCV_LIBS})