From 9d4ee2f54d5a3823e8d3f2af320efb805543bd37 Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Fri, 25 Dec 2015 17:35:38 +0300 Subject: [PATCH] cmake: added generation of CMakeVars.txt related: #5845 --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cdc849f02..166feef793 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1255,3 +1255,6 @@ endif() # ---------------------------------------------------------------------------- include(cmake/OpenCVPackaging.cmake) + +# This should be the last command +ocv_cmake_dump_vars("" TOFILE "CMakeVars.txt")