Skip to content

Commit 1327b70

Browse files
Jon Haitz LegarretaCode Review
authored andcommitted
Merge "DOC: Keep ITK CMake minimum required version consistency."
2 parents b5bb2b4 + 42efa0d commit 1327b70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SoftwareGuide/Latex/DevelopmentGuidelines/CreateAModule.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ \subsection{CMakeLists.txt}
6161
contain
6262

6363
\begin{minted}[baselinestretch=1,fontsize=\footnotesize,linenos=false,bgcolor=ltgray]{cmake}
64-
cmake_minimum_required(VERSION 2.9)
64+
cmake_minimum_required(VERSION 2.8.12)
6565
project(MyModule)
6666

6767
set(MyModule_LIBRARIES MyModule)

SoftwareGuide/Latex/Introduction/Installation.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ \subsection{Preparing CMake}
172172
provided on the CMake web page for downloading and installing the software. The
173173
minimum version of CMake has been evolving along with the version of ITK. For
174174
example, the current version of ITK (\ITKVERSIONMAJORMINORPATCH) requires the minimum
175-
CMake version to be 2.8.9.
175+
CMake version to be 2.8.12.
176176

177177
CMake provides a terminal-based interface (Figure \ref{fig:CMakeGUI})
178178
on platforms support the \code{curses} library. For most platforms CMake also

0 commit comments

Comments
 (0)