Skip to content
  • Alexander Neundorf's avatar
    Add macro CMakeParseArguments() and use it in FPHSA() · b173b879
    Alexander Neundorf authored
    This adds a macro cmake_parse_arguments() (as discussed on cmake-devel)
    which can be used in macros or functions to help with parsing its
    arguments. Detailled docs are included.
    find_package_handle_standard_args() is the first user of this new macro.
    
    Alex
    b173b879