From a495bbb967926f10411949707a9a4f3bda99da44 Mon Sep 17 00:00:00 2001 From: Roman Donchenko Date: Mon, 22 Jul 2013 12:59:56 +0400 Subject: [PATCH] Added a new file for recording minimal dependency versions. --- CMakeLists.txt | 2 ++ cmake/OpenCVMinDepVersions.cmake | 0 2 files changed, 2 insertions(+) create mode 100644 cmake/OpenCVMinDepVersions.cmake diff --git a/CMakeLists.txt b/CMakeLists.txt index c1d3b29..d743d59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,6 +9,8 @@ # # ---------------------------------------------------------------------------- +include(cmake/OpenCVMinDepVersions.cmake) + set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true) # -------------------------------------------------------------- diff --git a/cmake/OpenCVMinDepVersions.cmake b/cmake/OpenCVMinDepVersions.cmake new file mode 100644 index 0000000..e69de29 -- 2.7.4