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)