最終更新:2018-09-13 (木) 16:26:55 (2045d)  

cmake -L
Top / cmake -L

List non-advanced cached variables.

       -L[A][H]
              List non-advanced cached variables.

              List cache variables will run CMake and list all the variables from the CMake cache that are not marked as INTERNAL or  ADVANCED.
              This  will  effectively display current CMake settings, which can then be changed with -D option.  Changing some of the variables
              may result in more variables being created.  If A is specified, then it will display also advanced variables.  If H is specified,
              it will also display help for each variable.