mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
6e121b2e29
This retains the desirable quality of not including paths to CUDA libraries from the build system into the config files, and has two major advantages: * It removes the need to use link_directories, which doesn't guarantee that the libraries from the supplied directory will be used (there may be libraries with the same names earlier in the search path). * It removes the need to put -L entries into OPENCV_LINKER_LIBS. This variable is used with target_link_libraries, where such entries are treated as linker flags, so doing this is unportable. I remove the support for -L entries from OpenCVGenPkgconfig.cmake, as well, to discourage adding them in the future. |
||
---|---|---|
.. | ||
changelog.Debian.in | ||
cmake_uninstall.cmake.in | ||
cvconfig.h.in | ||
opencv_modules.hpp.in | ||
opencv_run_all_tests_android.sh.in | ||
opencv_run_all_tests_unix.sh.in | ||
opencv_run_all_tests_windows.cmd.in | ||
opencv-XXX.pc.in | ||
OpenCV.mk.in | ||
OpenCVConfig-version.cmake.in | ||
OpenCVConfig.cmake.in |