Skip to content

cmStringAlgorithms: Add cmIsInternallyOn, cmIsNOTFOUND, cmIsOn, cmIsOff

This adds the following functions to cmStringAlgorithms.h

  • cmIsInternallyOn
  • cmIsNOTFOUND
  • cmIsOn
  • cmIsOff

and removes the equivalent functions from cmSystemTools.

Merge request reports