From 5ba60c6933017bdf65c6cbb0863fff4fa52eff88 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Mon, 8 Nov 2021 16:52:03 +0100 Subject: [PATCH] WIP: listing directory --- doc/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index f79db8c..e32af71 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -89,13 +89,13 @@ if (DOXYGEN_FOUND) VERBATIM ) # Copying files is necessary: https://stackoverflow.com/a/45808534/232888 - execute_process(COMMAND ls -l) - FILE(COPY - Examples.rst - README_SETUP.md + execute_process(COMMAND ls -l doc) + FILE(COPY + Examples.rst + README_SETUP.md DEPENDENCIES.md # Tutorial.rst - DESTINATION "${CMAKE_CURRENT_BINARY_DIR}") + DESTINATION "${CMAKE_CURRENT_BINARY_DIR}") else () message("Sphinx need to be installed to generate the sphinx documentation") endif () -- GitLab