diff options
author | Brad King <brad.king@kitware.com> | 2017-03-03 12:57:36 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2017-03-03 12:57:36 (GMT) |
commit | 4e537aa42c7d5731272d75b4a298271e26d36cee (patch) | |
tree | 3cebf6ed275f12594212aa75a7a7bbd811275502 /Source | |
parent | 79b017f23cb012aaaad361c5e4478dcfa7bcc829 (diff) | |
parent | 6b6191d8754fd6a805a83c2a10f521aa92e26175 (diff) | |
download | CMake-4e537aa42c7d5731272d75b4a298271e26d36cee.zip CMake-4e537aa42c7d5731272d75b4a298271e26d36cee.tar.gz CMake-4e537aa42c7d5731272d75b4a298271e26d36cee.tar.bz2 |
Merge topic 'ipo-variable'
6b6191d8 Add variable 'CMAKE_INTERPROCEDURAL_OPTIMIZATION'
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmTarget.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index c360c19..e3c7b63 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -230,6 +230,7 @@ cmTarget::cmTarget(std::string const& name, cmStateEnums::TargetType type, this->SetPropertyDefault("INSTALL_NAME_DIR", CM_NULLPTR); this->SetPropertyDefault("INSTALL_RPATH", ""); this->SetPropertyDefault("INSTALL_RPATH_USE_LINK_PATH", "OFF"); + this->SetPropertyDefault("INTERPROCEDURAL_OPTIMIZATION", CM_NULLPTR); this->SetPropertyDefault("SKIP_BUILD_RPATH", "OFF"); this->SetPropertyDefault("BUILD_WITH_INSTALL_RPATH", "OFF"); this->SetPropertyDefault("ARCHIVE_OUTPUT_DIRECTORY", CM_NULLPTR); |