diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-07-29 21:24:28 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-07-29 21:24:28 -0700 |
commit | b6d594ebc7696635d9ed8787bf0a15e69ccdd4f9 (patch) | |
tree | bb6855b3b8627c91a2b0d135235aeab629ac2e2b /host/cmake | |
parent | be0cd5733a9c48896ced499ecc8bf0b15bd9560f (diff) | |
download | uhd-b6d594ebc7696635d9ed8787bf0a15e69ccdd4f9.tar.gz uhd-b6d594ebc7696635d9ed8787bf0a15e69ccdd4f9.tar.bz2 uhd-b6d594ebc7696635d9ed8787bf0a15e69ccdd4f9.zip |
fixup! e300 + cmake merge conflict resolution
Diffstat (limited to 'host/cmake')
-rw-r--r-- | host/cmake/Modules/FindGPSD.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/cmake/Modules/FindGPSD.cmake b/host/cmake/Modules/FindGPSD.cmake index 0d56a5380..46fbc7b59 100644 --- a/host/cmake/Modules/FindGPSD.cmake +++ b/host/cmake/Modules/FindGPSD.cmake @@ -25,7 +25,7 @@ INCLUDE(FindPkgConfig) PKG_CHECK_MODULES(PC_GPSD "libgps") -PKG_CHECK_MODULES(PC_GPSD_V3_11 "libgps > 3.11") +PKG_CHECK_MODULES(PC_GPSD_V3_11 "libgps >= 3.11") IF(PC_GPSD_FOUND AND NOT PC_GPSD_V3_11_FOUND) MESSAGE(WARNING "GPSD version found is too old") |