Skip to content

Commit c7d669c

Browse files
committed
warning if Qt not found
1 parent 4eedca4 commit c7d669c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/PolyFit/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(${PROJECT_NAME})
33

44
include(../cmake/UseQt.cmake)
55
if (NOT Qt6_FOUND AND NOT Qt5_FOUND)
6-
message(WARNING "Qt (either Qt6 or Qt5) is required for building the GUI demo, but Qt is not found. Building the GUI demo is skipped, but you can still build the commandline examples and the Python bindings.")
6+
message(WARNING "Qt6 or Qt5 is required for building the GUI demo, but Qt is not found, and thus building the GUI demo is skipped. You can still build the command-line examples and the Python bindings.")
77
return()
88
endif()
99

0 commit comments

Comments
 (0)