Skip to content

separate_arguments: Add a NATIVE_COMMAND mode

Christian Pfeiffer requested to merge ChrisTX/cmake:separgs-native into master

This MR adds a NATIVE_COMMAND mode to separate_arguments that can be used to escape arguments from the current host system without having to check the system type first.

Merge request reports