Closed Knitschi closed 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.
NATIVE_COMMAND
cpfSeparateArgumentsForPlatform()
Fixed with commit e41d50ff9d89a6abf875e55e0c53f09bd33eb6f3.
The cmake function was extended in cmake version 3.9 with the
NATIVE_COMMAND
option which does the same thing that thecpfSeparateArgumentsForPlatform()
. We already require cmake 3.10 so our custom implementation is no longer needed.