We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e65969a + 77ad899 commit 68a3916Copy full SHA for 68a3916
SoftwareGuide/Latex/DevelopmentGuidelines/CreateAModule.tex
@@ -47,7 +47,7 @@ \section{Name and dependencies}
47
files in the ITK module registry. The module registry is located
48
at \code{<ITK build directory>/lib/cmake/\ITKVERSIONMAJORMINOR/Modules/} in a
49
build tree or
50
-\code{<CMAKE\_INSTALL\_PREFIX>>/lib/cmake/\ITKVERSIONMAJORMINOR/Modules/}
+\code{<CMAKE\_INSTALL\_PREFIX>/lib/cmake/\ITKVERSIONMAJORMINOR/Modules/}
51
in an install tree. These module files declare information about the module
52
and what is required to use it. This includes its module dependencies, C++ include
53
directories required to build against it, the libraries to link against, and CMake
0 commit comments