Update CMakeLists.txt

This commit is contained in:
Charles J. Cliffe 2016-01-11 12:55:02 -05:00
parent 12af109e84
commit 3a0093f16d
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ ENDIF()
ENDIF()
set(USE_HAMLIB ON CACHE BOOL "Support hamlib for radio control functions.")
set(USE_HAMLIB OFF CACHE BOOL "Support hamlib for radio control functions.")
if (USE_HAMLIB)
find_package(hamlib REQUIRED)