summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-05-22 14:37:48 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-05-22 14:37:48 (GMT)
commit5ce40619db2d89f7cfbc2cd47968346fb22fa795 (patch)
treea964e2227eb25fa745c719e536a4c8360dc2345e /Source/cmTarget.cxx
parent04fc5dd493b6ccb24972a69641d5e41f1a76bf8e (diff)
parent0dfe395e3cb1a720c4853087db554a6827feaadb (diff)
downloadCMake-5ce40619db2d89f7cfbc2cd47968346fb22fa795.zip
CMake-5ce40619db2d89f7cfbc2cd47968346fb22fa795.tar.gz
CMake-5ce40619db2d89f7cfbc2cd47968346fb22fa795.tar.bz2
Merge topic 'COMPILE_FEATURES-genex'
0dfe395e Features: Add COMPILE_FEATURES generator expression. aa8a6fce cmMakefile: Add methods for checking availability of a feature. b6dedf03 cmMakefile: Extract CheckNeeded{C,Cxx}Language methods. 8dd129df cmMakefile: Extract CompileFeaturesAvailable method. 6b9b2fff cmMakefile: Extract CompileFeatureKnown method.
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 786021e..a961ddc 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -1229,6 +1229,7 @@ void cmTarget::GetDirectLinkLibraries(const std::string& config,
this->LinkImplicitNullProperties.insert(*it);
}
}
+ cge->GetMaxLanguageStandard(this, this->MaxLanguageStandards);
}
}