commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/01: runtime: move thrift dependencies be


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/01: runtime: move thrift dependencies before command
Date: Wed, 15 Mar 2017 17:55:44 +0000 (UTC)

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

jcorgan pushed a commit to branch next
in repository gnuradio.

commit bdc397f4056988e9add095c15fe33294b69cf972
Author: Nathan West <address@hidden>
Date:   Wed Mar 15 13:21:09 2017 -0400

    runtime: move thrift dependencies before command
---
 .../python/gnuradio/ctrlport/CMakeLists.txt          | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gnuradio-runtime/python/gnuradio/ctrlport/CMakeLists.txt 
b/gnuradio-runtime/python/gnuradio/ctrlport/CMakeLists.txt
index d806a5d..4b0dbf7 100644
--- a/gnuradio-runtime/python/gnuradio/ctrlport/CMakeLists.txt
+++ b/gnuradio-runtime/python/gnuradio/ctrlport/CMakeLists.txt
@@ -47,6 +47,16 @@ GR_PYTHON_INSTALL(
 
 if(THRIFT_FOUND)
 
+  list(APPEND thrift_targets
+    ${CMAKE_CURRENT_BINARY_DIR}/GNURadio/__init__.py
+    ${CMAKE_CURRENT_BINARY_DIR}/GNURadio/constants.py
+    ${CMAKE_CURRENT_BINARY_DIR}/GNURadio/ControlPort.py
+    ${CMAKE_CURRENT_BINARY_DIR}/GNURadio/ControlPort-remote
+    ${CMAKE_CURRENT_BINARY_DIR}/GNURadio/StreamReceiver.py
+    ${CMAKE_CURRENT_BINARY_DIR}/GNURadio/StreamReceiver-remote
+    ${CMAKE_CURRENT_BINARY_DIR}/GNURadio/ttypes.py
+  )
+
   add_custom_command(
     DEPENDS 
${CMAKE_SOURCE_DIR}/gnuradio-runtime/lib/controlport/thrift/gnuradio.thrift
     OUTPUT ${thrift_targets}
@@ -59,16 +69,6 @@ if(THRIFT_FOUND)
     DESTINATION ${GR_PYTHON_DIR}/gnuradio/ctrlport/
   )
 
-  list(APPEND thrift_targets
-    ${CMAKE_CURRENT_BINARY_DIR}/GNURadio/__init__.py
-    ${CMAKE_CURRENT_BINARY_DIR}/GNURadio/constants.py
-    ${CMAKE_CURRENT_BINARY_DIR}/GNURadio/ControlPort.py
-    ${CMAKE_CURRENT_BINARY_DIR}/GNURadio/ControlPort-remote
-    ${CMAKE_CURRENT_BINARY_DIR}/GNURadio/StreamReceiver.py
-    ${CMAKE_CURRENT_BINARY_DIR}/GNURadio/StreamReceiver-remote
-    ${CMAKE_CURRENT_BINARY_DIR}/GNURadio/ttypes.py
-  )
-
   GR_PYTHON_INSTALL(
     FILES
     ${thrift_targets}



reply via email to

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