Modify the documentation: document CGAL_BUILD_SHARED_LIBS

This commit is contained in:
Laurent Rineau 2011-10-11 16:49:05 +00:00
parent 2ceafafab9
commit 9beade14e5
1 changed files with 5 additions and 5 deletions

View File

@ -555,11 +555,11 @@ This is not an issue for solution/project files, as there the user selects the b
\subsection{Static vs.\ Dynamic Libraries }
Under Windows we only support the static versions of the \cgal\ libraries.On other platforms
the shared version ({\tt .so}) are build by default.
You can choose to produce static libraries instead by setting the \cmake\ variable {\tt BUILD\_SHARED\_LIBS=FALSE}
These setting affect the variants of third-party libraries selected whenever the choice is available.
Shared libraries ({\tt .dll} on Windows, {\tt .so} on Linux, {\tt .dylib}
on MacOS) are build by default. You can choose to produce static libraries
instead by setting the \cmake\ variable
{\tt CGAL\_BUILD\_SHARED\_LIBS=FALSE}. If you use \texttt{cmake-gui}, that
variable appears as a checkable option in the graphical interface.
\subsection{Multiple Variants of makefiles}\label{sec:cmake-out-of-source}