From ced5a0440daa5292007adf05fb08a75538251201 Mon Sep 17 00:00:00 2001 From: Ivan Pelipenko Date: Mon, 7 Sep 2020 10:42:21 +0300 Subject: [PATCH] missing version info --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 056e7b5..21bc1ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,6 +63,7 @@ endif() message("----------CD-----------") message(" Build for ${QtVersions}") +message(" Version: ${cd_VERSION} ") message(" Linkage: ${cd_LIB_TYPE_MSG}") message(" Type : ${cd_BUILD_TYPE}") if (NOT LOCAL)