From be1ed21e00189caac61f499b5b679e3e7121fba7 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 15:09:06 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@224 a8b55f48-bf90-11e4-a774-851b48703e85 --- CMakeLists.txt | 1 + cd_utils/CMakeLists.txt | 1 + piqt/CMakeLists.txt | 1 + piqt_utils/CMakeLists.txt | 1 + qad/CMakeLists.txt | 1 + qcd_utils/CMakeLists.txt | 1 + qglview/CMakeLists.txt | 1 + 7 files changed, 7 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c498ee6..69a263d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 2.6) project(libs) set(LIBPROJECT 1) set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}" "${CMAKE_CURRENT_SOURCE_DIR}/pip/") +cmake_policy(SET CMP0017 OLD) if(MINGW) find_package(MinGW REQUIRED) endif() diff --git a/cd_utils/CMakeLists.txt b/cd_utils/CMakeLists.txt index 29e16b7..aa2329e 100644 --- a/cd_utils/CMakeLists.txt +++ b/cd_utils/CMakeLists.txt @@ -1,5 +1,6 @@ project(cd_utils) cmake_minimum_required(VERSION 2.6) +cmake_policy(SET CMP0017 OLD) if (NOT LIBPROJECT) find_package(PIP REQUIRED) option(LIB "System install" 1) diff --git a/piqt/CMakeLists.txt b/piqt/CMakeLists.txt index 075bc89..5730173 100644 --- a/piqt/CMakeLists.txt +++ b/piqt/CMakeLists.txt @@ -1,5 +1,6 @@ project(piqt) cmake_minimum_required(VERSION 2.6) +cmake_policy(SET CMP0017 OLD) if(NOT LIBPROJECT) find_package(PIP REQUIRED) option(LIB "System install" 0) diff --git a/piqt_utils/CMakeLists.txt b/piqt_utils/CMakeLists.txt index e1c9e52..b9b988b 100644 --- a/piqt_utils/CMakeLists.txt +++ b/piqt_utils/CMakeLists.txt @@ -1,5 +1,6 @@ project(piqt_utils) cmake_minimum_required(VERSION 2.6) +cmake_policy(SET CMP0017 OLD) if(LIBPROJECT) include(PIPMacros) include(SDKMacros) diff --git a/qad/CMakeLists.txt b/qad/CMakeLists.txt index 96d75fa..ab63900 100644 --- a/qad/CMakeLists.txt +++ b/qad/CMakeLists.txt @@ -1,5 +1,6 @@ project(qad) cmake_minimum_required(VERSION 2.6) +cmake_policy(SET CMP0017 OLD) include(QtProject.cmake) if (LIBPROJECT) include(../SDKMacros.cmake) diff --git a/qcd_utils/CMakeLists.txt b/qcd_utils/CMakeLists.txt index 2f7b374..e2c777b 100644 --- a/qcd_utils/CMakeLists.txt +++ b/qcd_utils/CMakeLists.txt @@ -1,5 +1,6 @@ project(qcd_utils) cmake_minimum_required(VERSION 2.6) +cmake_policy(SET CMP0017 OLD) if (NOT LIBPROJECT) find_package(PIP REQUIRED) option(LIB "System install" 0) diff --git a/qglview/CMakeLists.txt b/qglview/CMakeLists.txt index 22f2612..ccbd700 100644 --- a/qglview/CMakeLists.txt +++ b/qglview/CMakeLists.txt @@ -1,5 +1,6 @@ project(qglview) cmake_minimum_required(VERSION 2.6) +cmake_policy(SET CMP0017 OLD) if (IBPROJECT) include(SDKMacros) else()