cmake -P <cmake script file>
Process the given cmake file as a script written in the CMake language. No configure or generate step is performed and the cache is not modified. If variables are defined using -D, this must be done before the -P argument
Arguments
Name | Description |
---|---|
cmake script file | filepaths |