Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 338 Bytes

cmake.md

File metadata and controls

6 lines (4 loc) · 338 Bytes

misc

Conditions indyosyncracies

  • true and false: true is expressed by 1, ON, YES, TRUE, Y, or a non-zero number. false is expressed by 0, OFF, NO, FALSE, N, IGNORE, NOTFOUND, the empty string, or ends in the suffix -NOTFOUND.
  • while if,else can be lower-case, but OR should be upper-case.