     CONFIGURATION FILE SAMPLE

     This sample demonstrates all the possible types of statements that
     may be used in a CMAKE configuration file.

     NOTE THE FOLLOWING IN THE FILE, "cmake.cfg":

     1. The comments.

        See: The CMAKE Configuration File
             * Comments in the Configuration File
             in the help file.

     2. The section tag, [CMAKE].

        See: The CMAKE Configuration File
             * The CMAKE Section Tag in the Configuration File
             in the help file.

     3. The assignment statements.  "cmake.cfg" gives a complete list
        of the Boolean variables that may be used in a
        configuration file.  In this sample, each Boolean variable is
        set to its default value.

        See: The CMAKE Configuration File
             * Assignment Statements in the Configuration File
             in the help file.

     4. The command-definition statement.

        See: The CMAKE Configuration File
             * Command-Definition Statements
             in the help file.

     5. The command-equivalence statement.

        See: The CMAKE Configuration File
             * Command-Equivalence Statements
             in the help file.
