moved ENABLE_GUI to root

This commit is contained in:
Ismael Gomez 2017-05-31 21:04:03 +02:00
parent ffc3c035f8
commit b7551111cb
1 changed files with 1 additions and 0 deletions

View File

@ -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)