Skip to content

Commit

Permalink
Track down some www.cmake.org --> cmake.org
Browse files Browse the repository at this point in the history
  • Loading branch information
TheErk committed Sep 26, 2016
1 parent 2f92d79 commit 1170cc4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CMake-tutorial.tex
@@ -1,6 +1,6 @@
%
% (c) 2011-2012 - Eric NOULARD <eric.noulard@gmail.com>
% This is a CMake (http://www.cmake.org) tutorial
% (c) 2011-2016 - Eric NOULARD <eric.noulard@gmail.com>
% This is a CMake (https://cmake.org) tutorial
% the material is open and may be found on github:
% https://github.com/TheErk/CMake-tutorial
%
Expand All @@ -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
Expand Down Expand Up @@ -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}

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1170cc4

Please sign in to comment.