Skip to content

Commit

Permalink
Enable debug logging for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jan 23, 2024
1 parent 09c3999 commit 1e4e2bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1e4e2bb

Please sign in to comment.