From 06bae2e030b5f8268c39df834a5ec56552ac33e3 Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 2 Aug 2016 11:35:35 +0300 Subject: [PATCH] Remove unnecessary trace from CMake. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e65f907d7..f2ac6fa11 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -331,7 +331,6 @@ SET(_${PROJECT_NAME}_exposed_targets ) # CAF package (not compilable while TDocStd_Application::Formats is removed) -MESSAGE( STATUS "CAS_VERSION_STR: " ${CAS_VERSION_STR} ) IF(CAS_VERSION_STR VERSION_LESS "7.0.1") LIST(APPEND _${PROJECT_NAME}_exposed_targets caf) -- 2.30.2