1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-22 21:13:15 +00:00

Do not force to download and build Glog when packaging, so

libgooggle-glog-dev can be used
This commit is contained in:
Carles Fernandez 2014-12-07 11:05:49 +01:00
parent 5dec6e375b
commit 4fb64f3dee

View File

@ -46,7 +46,6 @@ option(ENABLE_OWN_GLOG "Download glog and link it to gflags" OFF)
if(ENABLE_PACKAGING)
set(ENABLE_GENERIC_ARCH ON)
set(ENABLE_OWN_GLOG ON)
endif(ENABLE_PACKAGING)