Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 4afc0d5b authored by Adrien Leman's avatar Adrien Leman Committed by hhakim
Browse files

doc latex

parent 64f67608
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -307,11 +307,11 @@ If you have administrator privilege, follow instructions in Section \ref{sec:Adm
> mkdir build
> cd build
> cmake ..
> cmake --build . --config "Release"
> cmake --build . --config "Release"
\end{lstlisting}
\item Re-Open a command terminal \textbf{with administrator privilege}
\begin{lstlisting}
> cmake --build . --config "Release"
> cmake --build . --config "Release"
> cmake --build . --config "Release" --target "install"
\end{lstlisting}
\end{itemize}
......
......@@ -61,11 +61,6 @@ message(STATUS "CTEST_CONFIGURE_OPTIONS_OK=${CTEST_CONFIGURE_OPTIONS_OK}")
#message(STATUS " CTEST_CONFIGURE\(OPTIONS \"${CTEST_CONFIGURE_OPTIONS_OK}\"\) ")
CTEST_CONFIGURE(OPTIONS "${CTEST_CONFIGURE_OPTIONS_OK}")
IF(WIN32)
CTEST_CONFIGURE(OPTIONS "${CTEST_CONFIGURE_OPTIONS_OK}")
CTEST_CONFIGURE(OPTIONS "${CTEST_CONFIGURE_OPTIONS_OK}")
ENDIF()
#CTEST_CONFIGURE(OPTIONS "-DBUILD_DEBUG:BOOL=OFF;-DDASH_TESTING:BOOL=ON;-DBUILD_COVERAGE:BOOL=ON;-DBUILD_DOCUMENTATION:BOOL=OFF;-DCMAKE_INSTALL_PREFIX=${CTEST_INSTALL_DIR};-DBUILD_USE_GPU:BOOL=ON;-DBUILD_OPENBLAS=ON")
#CTEST_BUILD()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment