Skip to content

Commit d6e48e5

Browse files
committed
ENH: Add escaped quote marks for latex document.
1 parent b451d10 commit d6e48e5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

SoftwareGuide/Latex/DevelopmentGuidelines/CreateAModule.tex

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,16 +1293,16 @@ \subsection{CMakeList.txt}
12931293
12941294
\begin{minted}[baselinestretch=1,fontsize=\footnotesize,linenos=false,bgcolor=ltgray]{cmake}
12951295
# When this module is loaded by an app, load OpenCV too.
1296-
set(ITKVideoBridgeOpenCV_EXPORT_CODE_INSTALL "
1297-
set(OpenCV_DIR \"${OpenCV_DIR}\")
1298-
find_package(OpenCV REQUIRED)
1299-
")
1300-
set(ITKVideoBridgeOpenCV_EXPORT_CODE_BUILD "
1301-
if(NOT ITK_BINARY_DIR)
1296+
set(ITKVideoBridgeOpenCV_EXPORT_CODE_INSTALL \"
13021297
set(OpenCV_DIR \"${OpenCV_DIR}\")
13031298
find_package(OpenCV REQUIRED)
1304-
endif()
1305-
")
1299+
\")
1300+
set(ITKVideoBridgeOpenCV_EXPORT_CODE_BUILD \"
1301+
if(NOT ITK_BINARY_DIR)
1302+
set(OpenCV_DIR \"${OpenCV_DIR}\")
1303+
find_package(OpenCV REQUIRED)
1304+
endif()
1305+
\")
13061306
\end{minted}
13071307
13081308
Finally, set the \code{<module-name>\_SYSTEM\_INCLUDE\_DIRS} and

0 commit comments

Comments
 (0)