Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Nov 3, 2017
1 parent 38d0e37 commit a43e4b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmake/modules/CheckSubmodule.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
# Looks for a relative file inside source directory of current target
# - Attempts to clone with git if it's missing
# - Throws FATAL_ERROR by default unless OPTIONAL is specified
# - If submodule "foo" is located inside "src/3rdparty/foo", the RELATIVE_FILE
# should be foo/file.c, resolving to src/3rdparty/foo/foo/bar.c
# - If submodule "foo" is located inside "src/3rdparty/foo"
# - RELATIVE_FILE: foo/bar.c
# - resolving to: /src/3rdparty/foo/foo/bar.c
#
# Usage:
# CHECK_SUBMODULE(foo/bar.c)
Expand Down

0 comments on commit a43e4b1

Please sign in to comment.