build: update modules descriptions

pull/8947/head
Alexander Alekhin 8 years ago
parent db35e13b46
commit a9cc87636f
  1. 2
      modules/highgui/CMakeLists.txt
  2. 2
      modules/imgcodecs/CMakeLists.txt
  3. 2
      modules/shape/CMakeLists.txt
  4. 2
      modules/world/CMakeLists.txt

@ -1,4 +1,4 @@
set(the_description "High-level GUI and Media I/O")
set(the_description "High-level GUI")
ocv_add_module(highgui opencv_imgproc opencv_imgcodecs OPTIONAL opencv_videoio WRAP python)
# ----------------------------------------------------------------------------

@ -1,4 +1,4 @@
set(the_description "Image codecs")
set(the_description "Image I/O")
ocv_add_module(imgcodecs opencv_imgproc WRAP java python)
# ----------------------------------------------------------------------------

@ -1,2 +1,2 @@
set(the_description "Shape descriptors and matchers.")
set(the_description "Shape descriptors and matchers")
ocv_define_module(shape opencv_core opencv_imgproc opencv_video WRAP python)

@ -1,4 +1,4 @@
set(the_description "All the selected OpenCV modules in a single binary")
set(the_description "All OpenCV modules")
set(OPENCV_MODULE_IS_PART_OF_WORLD FALSE)
set(BUILD_opencv_world_INIT OFF)

Loading…
Cancel
Save