commit-gnuradio
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]