opencv_world TODOs (Feature #1960)
Description
Here is list of changes required to finalize the opencv_world
:
- fix
OpenCVConfig.cmake
,opencv.pc
andOpenCV.mk
to respect the all-in-one module - ensure that incremental linking works properly
- eliminate all
link_directories
commands inside the OpenCV modules (especially foropencv_highgui
) - skip
opencv_world
during theopencv_modules.hpp
generation - fix the case of
BUILD_SHARED_LIBS=OFF
- generate
initAll
from actual list of modules (should we find a better name thaninitAll
?) Automatically call it on so/dll load.
Associated revisions
Merge pull request #1960 from ilya-lavrenov:tapi_bilateral
History
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4365