[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 05/10: Added CMake code to find a PyBOMBS i
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 05/10: Added CMake code to find a PyBOMBS installation target and install the OOT module there. |
Date: |
Thu, 14 Apr 2016 20:43:08 +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 466877ff7eeb651b94927a6726374a613de5a66d
Author: mhostetter <address@hidden>
Date: Sat Apr 9 15:00:24 2016 -0400
Added CMake code to find a PyBOMBS installation target and install the OOT
module there.
---
gr-utils/python/modtool/gr-newmod/CMakeLists.txt | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gr-utils/python/modtool/gr-newmod/CMakeLists.txt
b/gr-utils/python/modtool/gr-newmod/CMakeLists.txt
index 9b41b99..6f32f21 100644
--- a/gr-utils/python/modtool/gr-newmod/CMakeLists.txt
+++ b/gr-utils/python/modtool/gr-newmod/CMakeLists.txt
@@ -24,6 +24,12 @@ cmake_minimum_required(VERSION 2.6)
project(gr-howto CXX C)
enable_testing()
+#install to PyBOMBS target prefix if defined
+if(DEFINED ENV{PYBOMBS_PREFIX})
+ set(CMAKE_INSTALL_PREFIX $ENV{PYBOMBS_PREFIX})
+ message(STATUS "PyBOMBS installed GNU Radio. Setting CMAKE_INSTALL_PREFIX
to $ENV{PYBOMBS_PREFIX}")
+endif()
+
#select the release build type by default to get optimization flags
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release")
- [Commit-gnuradio] [gnuradio] branch master updated (0ac619e -> 6f1dcdf), git, 2016/04/14
- [Commit-gnuradio] [gnuradio] 01/10: grc: add select all action, git, 2016/04/14
- [Commit-gnuradio] [gnuradio] 02/10: grc: move blks2 code into gr-blocks and gr-digital, git, 2016/04/14
- [Commit-gnuradio] [gnuradio] 09/10: Merge remote-tracking branch 'mhostetter/master', git, 2016/04/14
- [Commit-gnuradio] [gnuradio] 08/10: Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg', git, 2016/04/14
- [Commit-gnuradio] [gnuradio] 06/10: digital: add QA test for tagged stream version of correlate_access_code, git, 2016/04/14
- [Commit-gnuradio] [gnuradio] 05/10: Added CMake code to find a PyBOMBS installation target and install the OOT module there.,
git <=
- [Commit-gnuradio] [gnuradio] 04/10: grc: move xmlrpc blocks to gr-blocks, git, 2016/04/14
- [Commit-gnuradio] [gnuradio] 07/10: grc: add description to the optparse call, git, 2016/04/14
- [Commit-gnuradio] [gnuradio] 03/10: grc: mark blks2 blocks as deprecated, git, 2016/04/14
- [Commit-gnuradio] [gnuradio] 10/10: Merge remote-tracking branch 'nowls/qa_corr_access_code_ts', git, 2016/04/14