From dacabd62b494364dad7bb68779acbf9776e1e8b6 Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Thu, 11 Dec 2025 12:49:49 -0800 Subject: [PATCH] update modules to 0.3.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8cc57f9..cf5ea3a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ FetchContent_Declare( GIT_TAG main ) FetchContent_MakeAvailable(sphinx_cmake_modules) -list(APPEND CMAKE_MODULE_PATH "${sphinx_cmake_modules_SOURCE_DIR}/cmake") +list(APPEND CMAKE_MODULE_PATH "${sphinx_cmake_modules_SOURCE_DIR}/cmake/modules") # Add documentation add_subdirectory(docs)