Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryStk committed Sep 17, 2024
1 parent 592cadb commit 773e2ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)

find_package(QT NAMES Qt6 Qt5 COMPONENTS Widgets QUIET)
if(NOT QT_FOUND)
message("WARNING -----------------------> QT libs is not installed!")
return()
endif()
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Widgets REQUIRED)
Expand Down

0 comments on commit 773e2ba

Please sign in to comment.