commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 02/03: cmake: Adds GR_CTRLPORT as a define


From: git
Subject: [Commit-gnuradio] [gnuradio] 02/03: cmake: Adds GR_CTRLPORT as a define in the root directory to populate config.h properly.
Date: Wed, 26 Feb 2014 16:19:41 +0000 (UTC)

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

trondeau pushed a commit to branch master
in repository gnuradio.

commit fdd7b0621b59823b93d6974e7af404620b3429d7
Author: Tom Rondeau <address@hidden>
Date:   Wed Feb 26 10:10:08 2014 -0500

    cmake: Adds GR_CTRLPORT as a define in the root directory to populate 
config.h properly.
---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4e776d8..f4d1862 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -58,6 +58,7 @@ ENDIF()
 
 if(ENABLE_GR_CTRLPORT)
   set(GR_CTRLPORT True)
+  add_definitions(-DGR_CTRLPORT)
 endif(ENABLE_GR_CTRLPORT)
 
 ########################################################################



reply via email to

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