1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index 43636fa9b9...e8da76c480 100644
6 # For CI runners to run tests, the following custom target serves to perform the download automatically.
7 # If the directory "test-data" has already been created, the target becomes a "no-op".
9 - add_custom_command(OUTPUT ${CMAKE_SOURCE_DIR}/test-data
10 - COMMENT "Checkout unit-test data repository. Please wait..."
12 - ARGS clone https://invent.kde.org/graphics/digikam-test-data.git ${CMAKE_SOURCE_DIR}/test-data)
13 add_custom_target(test-data ALL DEPENDS ${CMAKE_SOURCE_DIR}/test-data)