summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnathan Corgan2012-03-23 12:07:23 -0700
committerJohnathan Corgan2012-03-23 12:07:23 -0700
commit4877256972c32ddbb1b92e0ac95f71ad7607dd46 (patch)
treef0f09b49c6a0ca7642fc81db2edfd3260740327c
parent2e5519b642217fc83324360596ea834cff414ce3 (diff)
parent47315e95c35824fb3dfabbf11ccdea323ab59887 (diff)
downloadgnuradio-4877256972c32ddbb1b92e0ac95f71ad7607dd46.tar.gz
gnuradio-4877256972c32ddbb1b92e0ac95f71ad7607dd46.tar.bz2
gnuradio-4877256972c32ddbb1b92e0ac95f71ad7607dd46.zip
Merge branch 'master' into next
-rw-r--r--CMakeLists.txt2
-rw-r--r--gruel/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3bd0c35aa..4979e3498 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,7 +19,7 @@
########################################################################
if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
- message(FATAL_ERROR "Prevented in-tree built. This is bad practice.")
+ message(FATAL_ERROR "Prevented in-tree build. This is bad practice.")
endif(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
########################################################################
diff --git a/gruel/CMakeLists.txt b/gruel/CMakeLists.txt
index b33217c14..5fdc2b218 100644
--- a/gruel/CMakeLists.txt
+++ b/gruel/CMakeLists.txt
@@ -35,9 +35,9 @@ GR_REGISTER_COMPONENT("gruel" ENABLE_GRUEL
include(GrMiscUtils)
GR_SET_GLOBAL(GRUEL_INCLUDE_DIRS
- ${Boost_INCLUDE_DIRS}
${CMAKE_CURRENT_SOURCE_DIR}/src/include
${CMAKE_CURRENT_BINARY_DIR}/src/include
+ ${Boost_INCLUDE_DIRS}
)
########################################################################