[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/06: made the controlport CMakeLists use
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/06: made the controlport CMakeLists use thrift includedirs |
Date: |
Mon, 22 Jun 2015 14:32:23 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit e34e1b1360c11df5fb944a593253435a602f3897
Author: Marcus Müller <address@hidden>
Date: Thu Jun 18 11:47:48 2015 +0200
made the controlport CMakeLists use thrift includedirs
---
gnuradio-runtime/lib/controlport/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnuradio-runtime/lib/controlport/CMakeLists.txt
b/gnuradio-runtime/lib/controlport/CMakeLists.txt
index f0d2618..c9bdeb9 100644
--- a/gnuradio-runtime/lib/controlport/CMakeLists.txt
+++ b/gnuradio-runtime/lib/controlport/CMakeLists.txt
@@ -44,6 +44,7 @@ FIND_PACKAGE(Thrift)
if(THRIFT_FOUND)
+include_directories(${THRIFT_INCLUDE_DIRS})
MATH(EXPR CTRLPORT_BACKENDS "${CTRLPORT_BACKENDS} + 1")
# Indicate thrift as an installed backend in the cmake summary.
- [Commit-gnuradio] [gnuradio] branch master updated (28f69a5 -> d5cea6e), git, 2015/06/22
- [Commit-gnuradio] [gnuradio] 01/06: made the controlport CMakeLists use thrift includedirs,
git <=
- [Commit-gnuradio] [gnuradio] 05/06: Merge branch 'maint', git, 2015/06/22
- [Commit-gnuradio] [gnuradio] 06/06: Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg', git, 2015/06/22
- [Commit-gnuradio] [gnuradio] 02/06: grc: changing type colors., git, 2015/06/22
- [Commit-gnuradio] [gnuradio] 03/06: Merge branch 'maint', git, 2015/06/22
- [Commit-gnuradio] [gnuradio] 04/06: Merge remote-tracking branch 'mmueller/ctrlport_thrift_include_directories', git, 2015/06/22