From b7551111cb7db5bca8b18b5adc9a3c58a22a8c59 Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Wed, 31 May 2017 21:04:03 +0200 Subject: [PATCH] moved ENABLE_GUI to root --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 857765c44..186d30286 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -141,6 +141,7 @@ else(VOLK_FOUND) message(STATUS " VOLK SIMD library NOT found. Using generic implementation.") endif(VOLK_FOUND) + if(ENABLE_GUI) find_package(SRSGUI) if(SRSGUI_FOUND)