Skip to content

Commit 77ad899

Browse files
author
Jon Haitz Legarreta Gorroño
committed
DOC: Remove redundant greater-than sign in path.
Remove redundant greater-than sign in the CMake install prefix path in the module creation section. Change-Id: I88fc883be5fbdf6b872d4bf348c29896683b484c
1 parent 341cef4 commit 77ad899

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)