Skip to content

Commit

Permalink
Fix misspelled argument ADDITIONAL_OUTPUT_DIRS (#200)
Browse files Browse the repository at this point in the history
Wow, this argument must have never actually worked.  Very bad.  This fixes
usage with Trilinos.  We really need a better automated test for this but the
only usage was related to SIERRA (which I don't think is being used anymore).
  • Loading branch information
bartlettroscoe committed Sep 6, 2017
1 parent 3559d6b commit 7e64c76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ FUNCTION(TRIBITS_CREATE_CLIENT_TEMPLATE_HEADERS BASE_DIR)
#one_value_keywords
""
#multi_value_keywords
"ADDITIONAL_OUPTUT_DIRS"
"ADDITIONAL_OUTPUT_DIRS"
${ARGN}
)

Expand Down

0 comments on commit 7e64c76

Please sign in to comment.