diff --git a/CMake-tutorial.tex b/CMake-tutorial.tex index 49f7ded..76cb50c 100644 --- a/CMake-tutorial.tex +++ b/CMake-tutorial.tex @@ -1,6 +1,6 @@ % -% (c) 2011-2012 - Eric NOULARD -% This is a CMake (http://www.cmake.org) tutorial +% (c) 2011-2016 - Eric NOULARD +% This is a CMake (https://cmake.org) tutorial % the material is open and may be found on github: % https://github.com/TheErk/CMake-tutorial % @@ -10,7 +10,7 @@ % For printed version uncomment trans % If you want nice PDF presentation % you may use Impress!ve: http://impressive.sourceforge.net/ -% you use http://code.google.com/p/makebeamerinfo/ in order +% you use https://github.com/jberger/MakeBeamerInfo in order % to create the impress!ve script more easily % \documentclass[compress,slidestop,table @@ -154,8 +154,8 @@ \subtitle{and its friends CPack, CTest and CDash} \author[Eric NOULARD - \url{eric.noulard@gmail.com}]{Eric NOULARD - \url{eric.noulard@gmail.com}\\ \includegraphics[width=5cm]{figures/CMake-logo-small}\\ - \url{http://www.cmake.org}} -\date{DRAFT compiled on \today} + \url{https://cmake.org}} +\date{Compiled on \today} \subject{Slides for CMake, CPack, CTest, CDash presentation. In english.} \keywords{CMake, CPack, CTest, CDash, build systems, autotools, SCons} @@ -2176,7 +2176,7 @@ \subsection{Cross-compiling with CMake} \textsl{the one the compiled program will be running on}. \end{block} CMake can handle cross-compiling using a \emph{Toolchain} description file, -see \url{http://www.cmake.org/Wiki/CMake_Cross_Compiling}. +see \url{https://cmake.org/Wiki/CMake_Cross_Compiling}. \begin{Verbatim}[fontsize=\tiny,numbers=left] mkdir build-win32 cd build-win32 @@ -2699,7 +2699,7 @@ \section{Various package generators} More detailed documentation here: -{\scriptsize \url{http://www.cmake.org/Wiki/CMake:Component_Install_With_CPack}} +{\scriptsize \url{https://cmake.org/Wiki/CMake:Component_Install_With_CPack}} \begin{alertblock}{Component aware generator} \begin{itemize} \item Not all generators do support components