Skip to content

Commit

Permalink
Fix typo in CMake file
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp committed Sep 14, 2020
1 parent 13cb5df commit 2835481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/sitkLanguageOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mark_as_advanced(WRAP_DEFAULT)
# Modified Variables:
# - _do_find_package - always defined, true if find_pacakge for
# languages should be run.
# - _find_package_extra_args - may be set to `REQUIRED` of `QUIET` as
# - _find_package_extra_args - may be set to `REQUIRED` or `QUIET` as
# needed.
# - WRAP_<languageName>_DEFAULT - may be set to `ON` or `OFF` if it
# can be determined with out a find_package call
Expand Down

0 comments on commit 2835481

Please sign in to comment.