From f0a8ae7dc32a505b3f3d2ba69e5847e425f23990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D0=BB=D0=B8=D0=BF=D0=B5=D0=BD=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Tue, 21 Apr 2020 17:16:50 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@962 a8b55f48-bf90-11e4-a774-851b48703e85 --- qcd_utils/pult/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/qcd_utils/pult/CMakeLists.txt b/qcd_utils/pult/CMakeLists.txt index 04ed505..755aff8 100644 --- a/qcd_utils/pult/CMakeLists.txt +++ b/qcd_utils/pult/CMakeLists.txt @@ -31,6 +31,7 @@ if(LIB) #message(STATUS "Install ${PROJECT_NAME} to system \"${CMAKE_INSTALL_PREFIX}\"") else() qt_install(TARGETS ${PROJECT_NAME} DESTINATION bin) + #message(STATUS "Install ${PROJECT_NAME} to local \"bin\"") endif() if (Qt5_FOUND) import_version(${PROJECT_NAME}5 ${PROJECT_NAME})