Skip to content

Commit 4504a17

Browse files
committed
upd year; add new lines at the end
1 parent 72c1331 commit 4504a17

File tree

19 files changed

+19
-21
lines changed

19 files changed

+19
-21
lines changed

demos/gaze_estimation_demo/cpp_gapi/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ add_demo(NAME gaze_estimation_demo_gapi
1010
HEADERS ${HEADERS}
1111
INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR}/include"
1212
DEPENDENCIES monitors utils_gapi
13-
OPENCV_VERSION_REQUIRED 4.5.3)
13+
OPENCV_VERSION_REQUIRED 4.5.3)

demos/gesture_recognition_demo/cpp_gapi/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ add_demo(NAME gesture_recognition_demo_gapi
1010
HEADERS ${HEADERS}
1111
INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR}/include"
1212
DEPENDENCIES monitors
13-
OPENCV_VERSION_REQUIRED 4.5.3)
13+
OPENCV_VERSION_REQUIRED 4.5.3)

demos/human_pose_estimation_demo/cpp/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ file(GLOB H_FILES ./*.h)
88
add_demo(NAME human_pose_estimation_demo
99
SOURCES ${SRC_FILES}
1010
HEADERS ${H_FILES}
11-
DEPENDENCIES monitors models pipelines
12-
)
11+
DEPENDENCIES monitors models pipelines)

demos/image_processing_demo/cpp/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ file(GLOB_RECURSE SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp)
88
add_demo(NAME image_processing_demo
99
SOURCES ${SOURCES}
1010
HEADERS ${HEADERS}
11-
DEPENDENCIES monitors models pipelines
12-
)
11+
DEPENDENCIES monitors models pipelines)

demos/interactive_face_detection_demo/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ file(GLOB MAIN_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/*.h*)
88
add_demo(NAME interactive_face_detection_demo
99
SOURCES ${MAIN_SRC}
1010
HEADERS ${MAIN_HEADERS}
11-
DEPENDENCIES monitors)
11+
DEPENDENCIES monitors)

demos/interactive_face_detection_demo/cpp_gapi/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ add_demo(NAME interactive_face_detection_demo_gapi
99
SOURCES ${MAIN_SRC}
1010
HEADERS ${MAIN_HEADERS}
1111
DEPENDENCIES monitors utils_gapi
12-
OPENCV_VERSION_REQUIRED 4.5.3)
12+
OPENCV_VERSION_REQUIRED 4.5.3)

demos/mask_rcnn_demo/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
add_demo(NAME mask_rcnn_demo
66
SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/main.cpp"
7-
HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/mask_rcnn_demo.h")
7+
HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/mask_rcnn_demo.h")

demos/multi_channel_face_detection_demo/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2018-2019 Intel Corporation
1+
# Copyright (C) 2018-2022 Intel Corporation
22

33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

demos/multi_channel_human_pose_estimation_demo/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2018-2019 Intel Corporation
1+
# Copyright (C) 2018-2022 Intel Corporation
22

33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

demos/multi_channel_object_detection_demo_yolov3/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2018-2019 Intel Corporation
1+
# Copyright (C) 2018-2022 Intel Corporation
22

33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)