diff options
author | Johnathan Corgan | 2012-12-20 19:54:53 -0800 |
---|---|---|
committer | Johnathan Corgan | 2012-12-20 19:54:53 -0800 |
commit | 4d391cc393f3ace6ab533612281eb2e6a1d3d0f5 (patch) | |
tree | 88ef1bf34788ab78a64cd5e5a5df4cccdf6db535 | |
parent | 6fd15fce151b18fe00f9ab0db12512563172711d (diff) | |
parent | 92bbf34ce7f8a8c2e335b5ee244b1269175929b2 (diff) | |
download | gnuradio-4d391cc393f3ace6ab533612281eb2e6a1d3d0f5.tar.gz gnuradio-4d391cc393f3ace6ab533612281eb2e6a1d3d0f5.tar.bz2 gnuradio-4d391cc393f3ace6ab533612281eb2e6a1d3d0f5.zip |
Merge branch 'maint'
-rw-r--r-- | gruel/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gruel/CMakeLists.txt b/gruel/CMakeLists.txt index 627135abe..3e8c5166e 100644 --- a/gruel/CMakeLists.txt +++ b/gruel/CMakeLists.txt @@ -37,6 +37,7 @@ include(GrMiscUtils) GR_SET_GLOBAL(GRUEL_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/src/include ${CMAKE_CURRENT_BINARY_DIR}/src/include + ${Boost_INCLUDE_DIRS} ) ######################################################################## |