From 27cf0416cc3a67cfe64b8ee7b58c22996311f943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Tue, 16 May 2017 10:28:41 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@195 a8b55f48-bf90-11e4-a774-851b48703e85 --- qcd_utils/pult/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/qcd_utils/pult/CMakeLists.txt b/qcd_utils/pult/CMakeLists.txt index 3185c27..88e13c6 100644 --- a/qcd_utils/pult/CMakeLists.txt +++ b/qcd_utils/pult/CMakeLists.txt @@ -1,7 +1,3 @@ -if (NOT LIBPROJECT) - find_package(PIP REQUIRED) -endif () -include_directories(${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/..) set(LIBS ${QAD_GRAPHIC_LIBRARY} ${QAD_UTILS_LIBRARY} ${QAD_WIDGETS_LIBRARY} qcd_utils) qt_project(cd_pult "EXE" "${LIBS}" PULT_H PULT_CPP) if(LIB)