From 975753e6035ae8cfcc2299016fdc80cef614ccfa Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Mon, 8 Nov 2021 16:53:06 +0100 Subject: [PATCH] WIP: listing directory --- doc/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index e32af71..e0f210f 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -90,6 +90,7 @@ if (DOXYGEN_FOUND) ) # Copying files is necessary: https://stackoverflow.com/a/45808534/232888 execute_process(COMMAND ls -l doc) + execute_process(COMMAND pwd) FILE(COPY Examples.rst README_SETUP.md -- GitLab