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 9f9fe58 commit 592cadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
#endif()

find_package(QT NAMES Qt6 Qt5 COMPONENTS Widgets QUIET)
if(QT_NOT_FOUND)
if(NOT QT_FOUND)
return()
endif()
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Widgets REQUIRED)
Expand Down

0 comments on commit 592cadb

Please sign in to comment.