Qt: Remove debug message from CMakeLists

This commit is contained in:
Vicki Pfau 2024-04-11 20:33:51 -07:00
parent 2d03ae64ba
commit a8023e4f6a
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ set(QT_VERSIONS 6 5)
foreach(V ${QT_VERSIONS})
set(QT Qt${V})
set(QT_V ${V})
message("${V} ${QT} ${QT_V}")
find_package(${QT} COMPONENTS Core Widgets Network OPTIONAL_COMPONENTS Multimedia)
if(QT_V GREATER_EQUAL 6)
find_package(${QT} COMPONENTS OpenGL OpenGLWidgets)