summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-04-21 12:53:11 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-04-21 12:53:16 (GMT)
commit5b241d0ae86569399275e1fc57b403cfb13f7c35 (patch)
tree4107ef75fba221998adc65e0abdc92f3d88a9cb1 /Source/cmMakefileTargetGenerator.cxx
parent718daeb4e6b93527ea8fa0b87091008737b0a897 (diff)
parentcf320f7cd74eeb87437f737e6e977f2231e109a1 (diff)
downloadCMake-5b241d0ae86569399275e1fc57b403cfb13f7c35.zip
CMake-5b241d0ae86569399275e1fc57b403cfb13f7c35.tar.gz
CMake-5b241d0ae86569399275e1fc57b403cfb13f7c35.tar.bz2
Merge topic '16760-refactor-get-mac-content-directory'
cf320f7c Replace boolean `implib` parameters with enum Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !662
Diffstat (limited to 'Source/cmMakefileTargetGenerator.cxx')
-rw-r--r--Source/cmMakefileTargetGenerator.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx
index dd5cd7d..7acfb85 100644
--- a/Source/cmMakefileTargetGenerator.cxx
+++ b/Source/cmMakefileTargetGenerator.cxx
@@ -505,8 +505,8 @@ void cmMakefileTargetGenerator::WriteObjectBuildFile(
this->GeneratorTarget->GetType() == cmStateEnums::STATIC_LIBRARY ||
this->GeneratorTarget->GetType() == cmStateEnums::SHARED_LIBRARY ||
this->GeneratorTarget->GetType() == cmStateEnums::MODULE_LIBRARY) {
- targetFullPathReal =
- this->GeneratorTarget->GetFullPath(this->ConfigName, false, true);
+ targetFullPathReal = this->GeneratorTarget->GetFullPath(
+ this->ConfigName, cmStateEnums::RuntimeBinaryArtifact, true);
targetFullPathPDB =
this->GeneratorTarget->GetPDBDirectory(this->ConfigName);
targetFullPathPDB += "/";