summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorJustin Goshi <jgoshi@microsoft.com>2020-07-02 18:26:20 (GMT)
committerJustin Goshi <jgoshi@microsoft.com>2020-07-06 18:40:39 (GMT)
commit2f383d852d8d946a61419fe5f4b5c8501216dae9 (patch)
tree26423c46641812fa92f29c418f03cf47d2bbc5ca /Source/cmTarget.h
parentcc96fb617b65ffa9db8dd3f242ee3b9319b4c4c4 (diff)
downloadCMake-2f383d852d8d946a61419fe5f4b5c8501216dae9.zip
CMake-2f383d852d8d946a61419fe5f4b5c8501216dae9.tar.gz
CMake-2f383d852d8d946a61419fe5f4b5c8501216dae9.tar.bz2
fileapi: Support multiple backtraces for language standard
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index b3d6fe0..7a16de8 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -236,7 +236,7 @@ public:
void AddSystemIncludeDirectories(std::set<std::string> const& incs);
std::set<std::string> const& GetSystemIncludeDirectories() const;
- BT<std::string> const* GetLanguageStandardProperty(
+ BTs<std::string> const* GetLanguageStandardProperty(
const std::string& propertyName) const;
void SetLanguageStandardProperty(std::string const& lang,