MCPcopy Create free account
hub / github.com/Kitware/CMake / cmIsInternallyOn

Function cmIsInternallyOn

Source/cmValue.h:300–303  ·  view source on GitHub ↗

* Does a string indicates that CMake/CPack/CTest internally * forced this value. This is not the same as On, but this * may be considered as "internally switched on". */

Source from the content-addressed store, hash-verified

298 * may be considered as "internally switched on".
299 */
300inline bool cmIsInternallyOn(cm::string_view val)
301{
302 return cmValue::IsInternallyOn(val);
303}
304inline bool cmIsInternallyOn(char const* val)
305{
306 return cmValue::IsInternallyOn(val);

Callers 3

InstallProjectMethod · 0.85
InstallCMakeProjectMethod · 0.85
WriteToJSONMethod · 0.85

Calls 1

IsInternallyOnMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…