summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block/cmake/Modules/FindGruel.cmake
diff options
context:
space:
mode:
authorJohnathan Corgan <jcorgan@corganenterprises.com>2012-02-05 10:44:40 -0800
committerJohnathan Corgan <jcorgan@corganenterprises.com>2012-02-05 10:44:40 -0800
commit89e32f4031d68b5f2a819f1923808958f931edb7 (patch)
treed0f3f074d9bb8b7257ea8bd68341d3707f0bb7a0 /gr-howto-write-a-block/cmake/Modules/FindGruel.cmake
parent6063ef0108a5382427519e4b99555ac7a0eee730 (diff)
parent1023c48cc7e05a0d6c9ae72587304a86c57d6ca8 (diff)
Merge branch 'master' into next
Diffstat (limited to 'gr-howto-write-a-block/cmake/Modules/FindGruel.cmake')
-rw-r--r--gr-howto-write-a-block/cmake/Modules/FindGruel.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-howto-write-a-block/cmake/Modules/FindGruel.cmake b/gr-howto-write-a-block/cmake/Modules/FindGruel.cmake
index 56b8b1773b..58dff70444 100644
--- a/gr-howto-write-a-block/cmake/Modules/FindGruel.cmake
+++ b/gr-howto-write-a-block/cmake/Modules/FindGruel.cmake
@@ -1,11 +1,11 @@
INCLUDE(FindPkgConfig)
-PKG_CHECK_MODULES(PC_GRUEL QUIET gnuradio-core)
+PKG_CHECK_MODULES(PC_GRUEL gruel)
FIND_PATH(
GRUEL_INCLUDE_DIRS
NAMES gruel/attributes.h
HINTS $ENV{GRUEL_DIR}/include
- ${PC_GRUEL_INCLUDE_DIR}
+ ${PC_GRUEL_INCLUDEDIR}
PATHS /usr/local/include
/usr/include
)