From ed7d4bad30cf67d2e49ea16b5622b6c417cbd588 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:04:16 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@959 a8b55f48-bf90-11e4-a774-851b48703e85 --- qcd_utils/pult/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/qcd_utils/pult/CMakeLists.txt b/qcd_utils/pult/CMakeLists.txt index 755aff8..fb04058 100644 --- a/qcd_utils/pult/CMakeLists.txt +++ b/qcd_utils/pult/CMakeLists.txt @@ -28,10 +28,8 @@ 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})