commit | 6be1603c0c8f3c65ed919e3e2f02ad4b32c166be | [log] [tgz] |
---|---|---|
author | Anton Komlev <anton.komlev@arm.com> | Wed Oct 13 21:51:23 2021 +0100 |
committer | David Hu <david.hu@arm.com> | Mon Oct 18 05:14:01 2021 +0200 |
tree | 77aafb5b5ff270ca02f4dbe30588982c8bdc8925 | |
parent | ceafd01115fccd3283d38f4dd32639cff9a0191a [diff] [blame] |
docs: Divorcing tools for the main and docs build Change-Id: Ica15c40b54cde1cf0ae365ed80c38d2f086f6b2f Signed-off-by: Anton Komlev <anton.komlev@arm.com>
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index f1a2b2d..b17780a 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt
@@ -9,7 +9,7 @@ add_custom_target(docs) -list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/../cmake) +list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) find_package(Python3) find_package(Sphinx)