summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-06-17 15:06:44 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-06-17 15:06:44 (GMT)
commite4cb7d76095c429690255620a101b1a6f66f65df (patch)
treef65370811868c80fa3209bc76fff540182d1f19b /Source/cmTarget.cxx
parent5889eb43eaad2e377cee36f813872ddb381b2e43 (diff)
parenta0902efaa747d567fdd35729c8f0dac7b4fbee6d (diff)
downloadCMake-e4cb7d76095c429690255620a101b1a6f66f65df.zip
CMake-e4cb7d76095c429690255620a101b1a6f66f65df.tar.gz
CMake-e4cb7d76095c429690255620a101b1a6f66f65df.tar.bz2
Merge topic 'link_what_you_use'
a0902efa Help: Add notes for topic 'link_what_you_use' 96242f80 Add options to run `ldd -u -r` as a "link-what-you-use" tool
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r--Source/cmTarget.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 55da611..4386080 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -139,6 +139,7 @@ void cmTarget::SetMakefile(cmMakefile* mf)
this->SetPropertyDefault("C_CLANG_TIDY", 0);
this->SetPropertyDefault("C_COMPILER_LAUNCHER", 0);
this->SetPropertyDefault("C_INCLUDE_WHAT_YOU_USE", 0);
+ this->SetPropertyDefault("LINK_WHAT_YOU_USE", 0);
this->SetPropertyDefault("C_STANDARD", 0);
this->SetPropertyDefault("C_STANDARD_REQUIRED", 0);
this->SetPropertyDefault("C_EXTENSIONS", 0);