Skip to content
  • Ben Boeckel's avatar
    cmake: use the PARSE_ARGV mode of cmake_parse_arguments · 6c33e0d6
    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`.
    6c33e0d6