The CMake program provides a great deal of control over how you configure a MySQL source distribution. Typically, you do this using options on the CMake command line. For information about options supported by CMake, run either of these commands in the top-level source directory: $> cmake . -LH $> ccmake . You can also affect CMake using certain environment variables. See Environment Variables. Fo