Skip to content

Commit

Permalink
Compress vertical lines in args to cmake_parse_arguments() (TriBITSPu…
Browse files Browse the repository at this point in the history
…b#516)

I saw this while working on TriBITSPub#516.
  • Loading branch information
bartlettroscoe committed Aug 23, 2022
1 parent b26f5ac commit 8f322d4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,7 @@ function(tribits_append_dependent_package_config_file_includes_and_enables packa
# Parse input

cmake_parse_arguments(
PARSE #prefix
"" #options
PARSE "" # prefix, options
#one_value_keywords
"EXPORT_FILE_VAR_PREFIX;EXT_PKG_CONFIG_FILE_BASE_DIR;PKG_CONFIG_FILE_BASE_DIR;CONFIG_FILE_STR_INOUT"
"" #multi_value_keywords
Expand Down

0 comments on commit 8f322d4

Please sign in to comment.