diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index bc6bd5b..47fb955 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -633,7 +633,7 @@ public: ///! Enable support for named language, if nil then all languages are ///enabled. - void EnableLanguage(std::vector<std::string>const& languages); + void EnableLanguage(std::vector<std::string>const& languages, bool optional); /** * Set/Get the name of the parent directories CMakeLists file |