From 6f1417ea164b16854f82e1a4be1364ed027b676f Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 15 Sep 2013 15:03:20 -0700 Subject: gras: update submodules from gr shuffle --- CMakeLists.txt | 15 +++++++-------- PMC | 2 +- gr36 | 2 +- gr37 | 2 +- 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 075480e..1e57476 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,10 +108,16 @@ add_subdirectory(cmake/Modules) ######################################################################## # add gnuradio as sub-project ######################################################################## -set(GRDIR gr36) +set(GRDIR gr37) set(CMAKE_SOURCE_DIR ${GRAS_SOURCE_DIR}/${GRDIR}) set(CMAKE_BINARY_DIR ${GRAS_BINARY_DIR}/${GRDIR}) +set(GRAS_FOUND TRUE) +#GRAS_INCLUDE_DIRS, GRAS_LIBRARIES set above +set(PMC_FOUND TRUE) +set(PMC_INCLUDE_DIRS ${GRAS_SOURCE_DIR}/PMC/include) +set(PMC_LIBRARIES pmc) + #Theron isnt affected by boost thread issues. #So we allow the gr black listed versions. OPTION(ENABLE_BAD_BOOST "Enable known bad versions of Boost" ON) @@ -160,13 +166,6 @@ list(APPEND GRAS_TEST_ENVIRONS "GRAS_ROOT=${GRAS_SOURCE_DIR}") set(CMAKE_SOURCE_DIR ${GRAS_SOURCE_DIR}/grex) set(CMAKE_BINARY_DIR ${GRAS_BINARY_DIR}/grex) -set(GRAS_FOUND TRUE) -#GRAS_INCLUDE_DIRS, GRAS_LIBRARIES set above - -set(PMC_FOUND TRUE) -set(PMC_INCLUDE_DIRS ${GRAS_SOURCE_DIR}/PMC/include) -set(PMC_LIBRARIES pmc) - #call include to force local include precedence include_directories(${GRAS_INCLUDE_DIRS}) include_directories(${PMC_INCLUDE_DIRS}) diff --git a/PMC b/PMC index a08e9bc..a7c4df2 160000 --- a/PMC +++ b/PMC @@ -1 +1 @@ -Subproject commit a08e9bc5a4d5290a179b42eabf913302119830a0 +Subproject commit a7c4df2b9d3707bc3e383164e7a6855c1ca9beb6 diff --git a/gr36 b/gr36 index 6961a79..e25fe80 160000 --- a/gr36 +++ b/gr36 @@ -1 +1 @@ -Subproject commit 6961a794356d413f81bfbf347ed84619b1125d22 +Subproject commit e25fe808cf6a20e9469d1380d497e23205a379b6 diff --git a/gr37 b/gr37 index 88245fc..d621302 160000 --- a/gr37 +++ b/gr37 @@ -1 +1 @@ -Subproject commit 88245fc4623b3df4214cf4bb81648a38c4bddc5d +Subproject commit d6213028e20970e3718ac7f2401fa574486a16b1 -- cgit