summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-04-02 14:06:33 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-04-02 14:06:39 (GMT)
commita76e23eabbd21ff4af54755362bead6334b279b7 (patch)
tree3039a29e6308bbae377d6d0921371d05e16157e1 /Source/cmTarget.cxx
parent59713e856d54d9c0b248b8b3badaf46c289180f3 (diff)
parentdf535ad846f5a25cd0795ce099a8604149bbf748 (diff)
downloadCMake-a76e23eabbd21ff4af54755362bead6334b279b7.zip
CMake-a76e23eabbd21ff4af54755362bead6334b279b7.tar.gz
CMake-a76e23eabbd21ff4af54755362bead6334b279b7.tar.bz2
Merge topic 'variable-CMAKE_FOLDER'
df535ad846 Add CMAKE_FOLDER variable to initialize FOLDER target property Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1896
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 231bd3b..d17a85a 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -275,6 +275,7 @@ cmTarget::cmTarget(std::string const& name, cmStateEnums::TargetType type,
this->SetPropertyDefault("CUDA_SEPARABLE_COMPILATION", nullptr);
this->SetPropertyDefault("LINK_SEARCH_START_STATIC", nullptr);
this->SetPropertyDefault("LINK_SEARCH_END_STATIC", nullptr);
+ this->SetPropertyDefault("FOLDER", nullptr);
}
// Collect the set of configuration types.