summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-11-29 13:21:39 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-11-29 13:21:44 (GMT)
commit89a628e28f68daf124129aa1810ba50a420a64c2 (patch)
tree9ce1458bdc712b9558c4e78b570420409e5c253b /Source/cmTarget.cxx
parentd4805dd47bc6ea586e16ac5eb9f5bd07f2ff6901 (diff)
parentf19c70c3d29f277f82f18820d36ca17e9ba398ae (diff)
downloadCMake-89a628e28f68daf124129aa1810ba50a420a64c2.zip
CMake-89a628e28f68daf124129aa1810ba50a420a64c2.tar.gz
CMake-89a628e28f68daf124129aa1810ba50a420a64c2.tar.bz2
Merge topic 'fortran-compiler-launcher'
f19c70c3 Fortran: Add option to run the compiler through launcher tools Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1517
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 693f35f..de23b08 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -239,6 +239,7 @@ cmTarget::cmTarget(std::string const& name, cmStateEnums::TargetType type,
this->SetPropertyDefault("COMPILE_PDB_OUTPUT_DIRECTORY", nullptr);
this->SetPropertyDefault("Fortran_FORMAT", nullptr);
this->SetPropertyDefault("Fortran_MODULE_DIRECTORY", nullptr);
+ this->SetPropertyDefault("Fortran_COMPILER_LAUNCHER", nullptr);
this->SetPropertyDefault("GNUtoMS", nullptr);
this->SetPropertyDefault("OSX_ARCHITECTURES", nullptr);
this->SetPropertyDefault("IOS_INSTALL_COMBINED", nullptr);