mirror of https://github.com/CGAL/cgal
Modify the documentation: document CGAL_BUILD_SHARED_LIBS
This commit is contained in:
parent
2ceafafab9
commit
9beade14e5
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue