From 1e4e2bbbdfbed1b110e3eb652529d129464e1e51 Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Tue, 23 Jan 2024 21:40:20 +1100 Subject: [PATCH] Enable debug logging for now --- doc/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index e8d45bc45..aa217bdf3 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -5,6 +5,7 @@ include(FetchContent) FetchContent_Declare(FindQtDocs GIT_REPOSITORY "https://github.com/pcolby/cmake-modules" GIT_TAG "v1") FetchContent_MakeAvailable(FindQtDocs) list(PREPEND CMAKE_MODULE_PATH "${findqtdocs_SOURCE_DIR}") +set(CMAKE_MESSAGE_LOG_LEVEL DEBUG) find_package(QtDocs REQUIRED COMPONENTS Core Bluetooth) # Include Qt doc tagfiles, if available.