summaryrefslogtreecommitdiff
path: root/Source/cmTargetSourcesCommand.h
diff options
context:
space:
mode:
authorDeniz Bahadir <dbahadir@benocs.com>2017-09-18 17:50:11 +0200
committerBrad King <brad.king@kitware.com>2017-10-26 09:11:04 -0400
commitfe4b25ec2fa09a50b6ffbfcf29e118afdfba0659 (patch)
treead60a1043e9ec894f76171b686d1d7e83808e1fc /Source/cmTargetSourcesCommand.h
parente40fd9fd19923c84be725da41c233100f400bd93 (diff)
downloadcmake-fe4b25ec2fa09a50b6ffbfcf29e118afdfba0659.tar.gz
Teach target_* commands to set INTERFACE properties of IMPORTED targets
Now, several `INTERFACE_*` properties can be set on `IMPORTED` targets, not only via `set_property` and `set_target_properties` but also via `target_compile_definitions`, `target_compile_features`, `target_compile_options`, `target_include_directories`, `target_sources` and `target_link_libraries`. Fixes: #15689 Issue: #17197
Diffstat (limited to 'Source/cmTargetSourcesCommand.h')
-rw-r--r--Source/cmTargetSourcesCommand.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmTargetSourcesCommand.h b/Source/cmTargetSourcesCommand.h
index 0639e980e2..ea8776abbe 100644
--- a/Source/cmTargetSourcesCommand.h
+++ b/Source/cmTargetSourcesCommand.h
@@ -30,7 +30,6 @@ public:
cmExecutionStatus& status) override;
private:
- void HandleImportedTarget(const std::string& tgt) override;
void HandleMissingTarget(const std::string& name) override;
bool HandleDirectContent(cmTarget* tgt,