From 4a5306cf839c31a5882934995d579cfedfaa22d7 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:07:44 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@960 a8b55f48-bf90-11e4-a774-851b48703e85 --- qcd_utils/pult/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcd_utils/pult/CMakeLists.txt b/qcd_utils/pult/CMakeLists.txt index fb04058..755aff8 100644 --- a/qcd_utils/pult/CMakeLists.txt +++ b/qcd_utils/pult/CMakeLists.txt @@ -28,8 +28,10 @@ if(LIB) qt_install(TARGETS ${PROJECT_NAME} DESTINATION /usr/local/bin) endif() endif() + #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})