mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
765f333a1d
The legacy `includedir` was removed in 4.0 (https://github.com/opencv/opencv/pull/12477) but it was not removed from the `.pc` file. This causes issues when trying to link against OpenCV using pkg-config in CMake.
14 lines
301 B
PkgConfig
14 lines
301 B
PkgConfig
# Package Information for pkg-config
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: OpenCV
|
|
Description: Open Source Computer Vision Library
|
|
Version: @OPENCV_VERSION_PLAIN@
|
|
Libs: @OPENCV_PC_LIBS@
|
|
Libs.private: @OPENCV_PC_LIBS_PRIVATE@
|
|
Cflags: -I${includedir}
|