diff options
author | Michael Dickens <mlk@alum.mit.edu> | 2013-04-02 16:00:24 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-02 16:00:24 -0700 |
commit | e648165dcc7609524681b5eaf9620798b75b8420 (patch) | |
tree | c1505baca60881c998099d349f101d382a34faa6 | |
parent | b4596e4c7e81815bb1074f05df3a287c8b1415b6 (diff) |
runtime: fix include ordering
-rw-r--r-- | gnuradio-runtime/lib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/CMakeLists.txt b/gnuradio-runtime/lib/CMakeLists.txt index 637982ffa7..6ed9d33278 100644 --- a/gnuradio-runtime/lib/CMakeLists.txt +++ b/gnuradio-runtime/lib/CMakeLists.txt @@ -53,9 +53,9 @@ list(APPEND gnuradio_runtime_sources ${CMAKE_CURRENT_BINARY_DIR}/gr_constants.cc include_directories(${GNURADIO_RUNTIME_INCLUDE_DIRS} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}/../include/ - ${Boost_INCLUDE_DIRS} ${GRUEL_INCLUDE_DIRS} ${VOLK_INCLUDE_DIRS} + ${Boost_INCLUDE_DIRS} ) ######################################################################## |