From b3f64d4a869808964ec8fb7faed3a59bf3b7cad6 Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Tue, 17 Jul 2018 16:55:59 +0100 Subject: [PATCH] Correcting Haar detector location for CMake. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 30af4723..734665d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -124,7 +124,7 @@ foreach(file ${files}) endforeach() # Move OpenCV classifiers -file(GLOB files "lib/3rdParty/OpenCV3.1/classifiers/*.xml") +file(GLOB files "lib/3rdParty/OpenCV3.4/classifiers/*.xml") foreach(file ${files}) file(COPY ${file} DESTINATION ${CMAKE_BINARY_DIR}/bin/classifiers) install(FILES ${file} DESTINATION ${CMAKE_CONFIG_DIR}/classifiers)