With CMake 3(.27(.7)), how to only check for syntax and structure without actually performing any of the commands ? I am doing a fairly complex code merge and want to be careful and step-by-step.
With CMake 3(.27(.7)), how to only check for syntax and structure without actually performing any of the commands ? I am doing a fairly complex code merge and want to be careful and step-by-step.