From de6808b170ed5cad1cce67050719820116874384 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil <33750417+thattil@users.noreply.github.com> Date: Mon, 9 Mar 2020 18:05:27 +0100 Subject: [PATCH] Update CMakeLists.txt qwt minimum 6.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index def39765a..88dab1189 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()