[opencv] 144/251: cmake: fix ocv_add_testdata() hardcoded path
Nobuhiro Iwamatsu
iwamatsu at moszumanska.debian.org
Sun Aug 27 23:27:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
iwamatsu pushed a commit to annotated tag 3.3.0
in repository opencv.
commit 07334bc25cb15f59645e4fe04e7d6d9335e17068
Author: Alexander Alekhin <alexander.alekhin at intel.com>
Date: Tue Jul 25 06:56:03 2017 +0300
cmake: fix ocv_add_testdata() hardcoded path
---
cmake/OpenCVUtils.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/OpenCVUtils.cmake b/cmake/OpenCVUtils.cmake
index 5be3fb8..d91d1a6 100644
--- a/cmake/OpenCVUtils.cmake
+++ b/cmake/OpenCVUtils.cmake
@@ -1116,7 +1116,7 @@ macro(ocv_add_testdata basedir dest_subdir)
endif()
if(INSTALL_TESTS)
install(DIRECTORY ${basedir}/
- DESTINATION ${OPENCV_TEST_DATA_INSTALL_PATH}/contrib/text
+ DESTINATION ${OPENCV_TEST_DATA_INSTALL_PATH}/${dest_subdir}
COMPONENT "tests"
${ARGN}
)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git
More information about the debian-science-commits
mailing list