Knitschi / CPFCMake

A component of the CMakeProjectFramework. It provides the CMake code that implements a CI-pipeline.
MIT License
2 stars 2 forks source link

Replace cpfSeparateArgumentsForPlatform() with cmake function separate_arguments() #25

Closed Knitschi closed 6 years ago

Knitschi commented 6 years ago

The cmake function was extended in cmake version 3.9 with the NATIVE_COMMAND option which does the same thing that the cpfSeparateArgumentsForPlatform(). We already require cmake 3.10 so our custom implementation is no longer needed.

Knitschi commented 6 years ago

Fixed with commit e41d50ff9d89a6abf875e55e0c53f09bd33eb6f3.