Update CMakeLists.txt

qwt minimum 6.1
This commit is contained in:
Dhanya Thattil 2020-03-09 18:05:27 +01:00 committed by GitHub
parent bd47c969dd
commit de6808b170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,7 +167,7 @@ endif (SLS_USE_RECEIVER)
if (SLS_USE_GUI)
find_package(Qt4 REQUIRED)
find_package(Qwt 6 REQUIRED)
find_package(Qwt 6.1 REQUIRED)
if (QT4_FOUND AND QWT_FOUND)
add_subdirectory(slsDetectorGui)
endif()