[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/02: runtime: added THRIFT_INCLUDE_DIRS t
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/02: runtime: added THRIFT_INCLUDE_DIRS to find thrift in non-standard installs. |
Date: |
Wed, 17 Jun 2015 19:13:35 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a commit to branch maint
in repository gnuradio.
commit d4f3820e0049153b4c4d21067ae633f82291a8f9
Author: Tom Rondeau <address@hidden>
Date: Wed Jun 17 14:55:02 2015 -0400
runtime: added THRIFT_INCLUDE_DIRS to find thrift in non-standard installs.
---
gnuradio-runtime/lib/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnuradio-runtime/lib/CMakeLists.txt
b/gnuradio-runtime/lib/CMakeLists.txt
index efbfa92..6b4db08 100644
--- a/gnuradio-runtime/lib/CMakeLists.txt
+++ b/gnuradio-runtime/lib/CMakeLists.txt
@@ -55,6 +55,7 @@ include_directories(${GNURADIO_RUNTIME_INCLUDE_DIRS}
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}/../include/
${VOLK_INCLUDE_DIRS}
+ ${THRIFT_INCLUDE_DIRS}
${Boost_INCLUDE_DIRS}
)