Убран глобальный флаг для генерирования позиционно-независимого кода

This commit is contained in:
Andrei Astafev 2019-02-21 13:22:14 +03:00
parent 8a3f2eb74c
commit e51ab028e8

View File

@ -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)