[hamradio-commits] [gnss-sdr] 81/126: fixing building if glog and gflags were built locally

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Sat Dec 26 18:38:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch next
in repository gnss-sdr.

commit 3c21a1853db6fb6bd3c7ee1c43bec67a015a080b
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Mon Nov 30 19:02:56 2015 +0100

    fixing building if glog and gflags were built locally
---
 src/algorithms/tracking/libs/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/algorithms/tracking/libs/CMakeLists.txt b/src/algorithms/tracking/libs/CMakeLists.txt
index 1ced21a..0842aca 100644
--- a/src/algorithms/tracking/libs/CMakeLists.txt
+++ b/src/algorithms/tracking/libs/CMakeLists.txt
@@ -49,6 +49,8 @@ include_directories(
      ${CMAKE_SOURCE_DIR}/src/core/interfaces
      ${CMAKE_SOURCE_DIR}/src/core/receiver
      ${VOLK_INCLUDE_DIRS}
+     ${GLOG_INCLUDE_DIRS}
+     ${GFlags_INCLUDE_DIRS}
      ${OPT_TRACKING_INCLUDES}
 )
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list