summaryrefslogtreecommitdiffstats
path: root/Source/cmState.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-05-01 17:16:12 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-05-01 17:16:12 (GMT)
commita588d1ee99a2996e0b42b9d7c43e41e3d54b31c8 (patch)
tree2d32e037f2722ff9d4e6c84742daa50679b25b95 /Source/cmState.h
parentc1081a45d52598e6000341595d138048d5b79fc2 (diff)
parent27343e3b68e0aa0c923f1ad666575ed40efed211 (diff)
downloadCMake-a588d1ee99a2996e0b42b9d7c43e41e3d54b31c8.zip
CMake-a588d1ee99a2996e0b42b9d7c43e41e3d54b31c8.tar.gz
CMake-a588d1ee99a2996e0b42b9d7c43e41e3d54b31c8.tar.bz2
Merge topic 'fix-cmState-try_compile-languages'
27343e3b cmGlobalGenerator: Finish storing enabled languages in cmState
Diffstat (limited to 'Source/cmState.h')
-rw-r--r--Source/cmState.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmState.h b/Source/cmState.h
index 9902db9..d10fae3 100644
--- a/Source/cmState.h
+++ b/Source/cmState.h
@@ -96,6 +96,7 @@ public:
void SetLanguageEnabled(std::string const& l);
bool GetLanguageEnabled(std::string const& l) const;
std::vector<std::string> GetEnabledLanguages() const;
+ void SetEnabledLanguages(std::vector<std::string> const& langs);
void ClearEnabledLanguages();
bool GetIsInTryCompile() const;