1
0
Fork 0

Remove some redundant CMake output

This commit is contained in:
James Turner 2020-03-13 09:51:21 +00:00
parent 27410761f3
commit 19eaaf04ee

View file

@ -370,10 +370,7 @@ if (ENABLE_QT)
find_package(Qt5 5.4 COMPONENTS Widgets Network Qml Quick Svg)
if (Qt5Widgets_FOUND)
message(STATUS "Will enable Qt launcher GUI")
message(STATUS " Qt5Widgets version: ${Qt5Widgets_VERSION_STRING}")
message(STATUS " Qt5Widgets include dir: ${Qt5Widgets_INCLUDE_DIRS}")
set(HAVE_QT 1)
include (Translations)
else()
# don't try to build FGQCanvas if Qt wasn't found correctly