Skip to content

Commit

Permalink
Add status message that Qt5 is found.
Browse files Browse the repository at this point in the history
  • Loading branch information
larshg committed Aug 12, 2020
1 parent b7225a1 commit 18564c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,9 @@ endif()
option(WITH_QT "Build QT Front-End" TRUE)
if(WITH_QT)
find_package(Qt5 COMPONENTS Concurrent OpenGL Widgets QUIET)
if(Qt5_FOUND)
message(STATUS "Found Qt5 version: ${Qt5_VERSION}")
endif()
endif()

# Find VTK
Expand Down

0 comments on commit 18564c3

Please sign in to comment.