mirror of https://github.com/mgba-emu/mgba.git
Qt: Remove debug message from CMakeLists
This commit is contained in:
parent
2d03ae64ba
commit
a8023e4f6a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue