Skip to content

Commit a9cc876

Browse files
committed
build: update modules descriptions
1 parent db35e13 commit a9cc876

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/highgui/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(the_description "High-level GUI and Media I/O")
1+
set(the_description "High-level GUI")
22
ocv_add_module(highgui opencv_imgproc opencv_imgcodecs OPTIONAL opencv_videoio WRAP python)
33

44
# ----------------------------------------------------------------------------

modules/imgcodecs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(the_description "Image codecs")
1+
set(the_description "Image I/O")
22
ocv_add_module(imgcodecs opencv_imgproc WRAP java python)
33

44
# ----------------------------------------------------------------------------

modules/shape/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
set(the_description "Shape descriptors and matchers.")
1+
set(the_description "Shape descriptors and matchers")
22
ocv_define_module(shape opencv_core opencv_imgproc opencv_video WRAP python)

modules/world/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(the_description "All the selected OpenCV modules in a single binary")
1+
set(the_description "All OpenCV modules")
22
set(OPENCV_MODULE_IS_PART_OF_WORLD FALSE)
33
set(BUILD_opencv_world_INIT OFF)
44

0 commit comments

Comments
 (0)