mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
cmMakefile: Revise comment describing IsOn()
This commit is contained in:
committed by
Brad King
parent
9f69a34f99
commit
a40f57e485
+5
-2
@@ -601,8 +601,11 @@ public:
|
|||||||
*/
|
*/
|
||||||
std::vector<std::string> GetDefinitions(int cacheonly=0) const;
|
std::vector<std::string> GetDefinitions(int cacheonly=0) const;
|
||||||
|
|
||||||
/** Test a boolean cache entry to see if it is true or false,
|
/**
|
||||||
* returns false if no entry defined.
|
* Test a boolean variable to see if it is true or false.
|
||||||
|
* If the variable is not found in this makefile instance, the
|
||||||
|
* cache is then queried.
|
||||||
|
* Returns false if no entry defined.
|
||||||
*/
|
*/
|
||||||
bool IsOn(const std::string& name) const;
|
bool IsOn(const std::string& name) const;
|
||||||
bool IsSet(const std::string& name) const;
|
bool IsSet(const std::string& name) const;
|
||||||
|
|||||||
Reference in New Issue
Block a user