From 3c89a166c67f7e78d5d1097e2850afe148a613e5 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Thu, 13 May 2010 07:10:27 +0000 Subject: [PATCH] install old headers for better compatibility with existing code --- include/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 4129e4d1b..48a2ca48b 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -1,4 +1,4 @@ -file(GLOB old_hdrs "include/*.h*") -install(FILES ${lib_hdrs} +file(GLOB old_hdrs "opencv/*.h*") +install(FILES ${old_hdrs} DESTINATION include/opencv COMPONENT main)