Forked from
VTK / VTK
Source project has a limited visibility.
-
Ben Boeckel authored
This helps avoid dropping empty arguments when the `${ARGN}` is passed down. Available since CMake 3.7, so we can trust it to be there. This cannot be used everywhere since it is only supported inside of a CMake `function` and not in any CMake `macro`.
Ben Boeckel authoredThis helps avoid dropping empty arguments when the `${ARGN}` is passed down. Available since CMake 3.7, so we can trust it to be there. This cannot be used everywhere since it is only supported inside of a CMake `function` and not in any CMake `macro`.