Skip to content

Commit

Permalink
minor build message fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ri0n committed Mar 14, 2024
1 parent 6285bd2 commit f291602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if(QT_DEFAULT_MAJOR_VERSION LESS 6)
else()
find_package(Qt6 REQUIRED COMPONENTS Core Gui Xml Network)
endif()
message(STATUS "Qt${QT_DEFAULT_MAJOR_VERSION} found, version ${Qt6Core_VERSION}")
message(STATUS "Qt${QT_DEFAULT_MAJOR_VERSION} found, version ${Qt${QT_DEFAULT_MAJOR_VERSION}Core_VERSION}")

# Find QCA package or use bundled if enabled
include(IrisQCA)
Expand Down

0 comments on commit f291602

Please sign in to comment.