Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Nov 23, 2022
1 parent 1f5414f commit 35bc1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/ncrystal_options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ bool_option( NCRYSTAL_QUIET "Produce less status messages during confi
bool_option( NCRYSTAL_SKIP_INSTALL "Set to prevent any installation targets from being created." OFF )

string_option(
NCRYSTAL_BUILTIN_PLUGIN
NCRYSTAL_BUILTIN_PLUGINS
"Semicolon separated list of external plugins to statically embed in the NCrystal library (local paths to sources or git <repo_url:tag>)"
""
)
Expand Down

0 comments on commit 35bc1f7

Please sign in to comment.