Commit c028502f authored by Alexander Alekhin's avatar Alexander Alekhin

cmake: fix CMake error

"install DIRECTORY does not allow "COMPONENT" after PATTERN or REGEX"
parent fd054ea0
......@@ -21,5 +21,4 @@ ocv_include_directories(${CMAKE_CURRENT_BINARY_DIR})
ocv_add_testdata(samples/ contrib/text
FILES_MATCHING PATTERN "*.xml" PATTERN "*.xml.gz" REGEX "scenetext[0-9]+.jpg"
COMPONENT "tests"
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment