From e51ab028e8f75923da206c4bdee4bd0e04dd4da4 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Thu, 21 Feb 2019 13:22:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=20=D0=B3=D0=BB?= =?UTF-8?q?=D0=BE=D0=B1=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20=D1=84=D0=BB?= =?UTF-8?q?=D0=B0=D0=B3=20=D0=B4=D0=BB=D1=8F=20=D0=B3=D0=B5=D0=BD=D0=B5?= =?UTF-8?q?=D1=80=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=B7=D0=B8=D1=86=D0=B8=D0=BE=D0=BD=D0=BD=D0=BE-=D0=BD?= =?UTF-8?q?=D0=B5=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE=D0=B3?= =?UTF-8?q?=D0=BE=20=D0=BA=D0=BE=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMLibCommon.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMLibCommon.cmake b/CMLibCommon.cmake index 61941ed..4b578c4 100644 --- a/CMLibCommon.cmake +++ b/CMLibCommon.cmake @@ -9,7 +9,6 @@ include(CMLibDisableInSourceBuild) include(CMakeParseArguments) include(GNUInstallDirs) -set(CMAKE_POSITION_INDEPENDENT_CODE ON) set(CMAKE_CXX_STANDARD_REQUIRED ON) set_property(GLOBAL PROPERTY USE_FOLDERS ON) @@ -24,9 +23,9 @@ include(CMLibLSBInfo) include(CMLibCompiler) include(CMLibCompilerFlags) include(CMLibCompilerFeaturesHPPGenerate) +include(CMLibFlagRemove) include(CMLibCommonTargetProperties) include(CMLibCommonLibraryTarget) -include(CMLibFlagRemove) include(CMLibBuildTypes) include(CMLibCodeAnalysisPvsStudio) include(cotire)