summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenInitializer.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-11-28 14:07:13 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-11-28 14:07:45 (GMT)
commit772edffbf0c08fc0a6fcf74fb98545b7afcfee13 (patch)
tree76c783267933679031d892f16960fd2a1f87b3f6 /Source/cmQtAutoGenInitializer.cxx
parent58ebbf14c232d647e920727225dbf4c64d648128 (diff)
parent3e6058078433089f145903d25e06dafadeee9629 (diff)
downloadCMake-772edffbf0c08fc0a6fcf74fb98545b7afcfee13.zip
CMake-772edffbf0c08fc0a6fcf74fb98545b7afcfee13.tar.gz
CMake-772edffbf0c08fc0a6fcf74fb98545b7afcfee13.tar.bz2
Merge topic 'readability-static-accessed-through-instance'
3e60580784 clang-tidy: Fix readability-static-accessed-through-instance Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2647
Diffstat (limited to 'Source/cmQtAutoGenInitializer.cxx')
-rw-r--r--Source/cmQtAutoGenInitializer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenInitializer.cxx b/Source/cmQtAutoGenInitializer.cxx
index 582faf6..49236ed 100644
--- a/Source/cmQtAutoGenInitializer.cxx
+++ b/Source/cmQtAutoGenInitializer.cxx
@@ -334,7 +334,7 @@ bool cmQtAutoGenInitializer::InitCustomTargets()
// Info directory
this->Dir.Info = cbd;
- this->Dir.Info += makefile->GetCMakeInstance()->GetCMakeFilesDirectory();
+ this->Dir.Info += cmake::GetCMakeFilesDirectory();
this->Dir.Info += '/';
this->Dir.Info += this->Target->GetName();
this->Dir.Info += "_autogen";