Skip to content

Commit 68a3916

Browse files
Jon Haitz LegarretaCode Review
authored andcommitted
Merge "DOC: Remove redundant greater-than sign in path."
2 parents e65969a + 77ad899 commit 68a3916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftwareGuide/Latex/DevelopmentGuidelines/CreateAModule.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ \section{Name and dependencies}
4747
files in the ITK module registry. The module registry is located
4848
at \code{<ITK build directory>/lib/cmake/\ITKVERSIONMAJORMINOR/Modules/} in a
4949
build tree or
50-
\code{<CMAKE\_INSTALL\_PREFIX>>/lib/cmake/\ITKVERSIONMAJORMINOR/Modules/}
50+
\code{<CMAKE\_INSTALL\_PREFIX>/lib/cmake/\ITKVERSIONMAJORMINOR/Modules/}
5151
in an install tree. These module files declare information about the module
5252
and what is required to use it. This includes its module dependencies, C++ include
5353
directories required to build against it, the libraries to link against, and CMake

0 commit comments

Comments
 (0)