Remove some redundant CMake output
This commit is contained in:
parent
27410761f3
commit
19eaaf04ee
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue