aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/Modules/FindGruel.cmake
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2012-11-17 17:00:04 +0100
committerDimitri Stolnikov <horiz0n@gmx.net>2012-11-17 17:00:04 +0100
commit7753c3186bb1bd0047719cfc0a7634fb84324fd5 (patch)
tree1a175c2bdeeab5de3c59b5fe65c5783d4b77f575 /cmake/Modules/FindGruel.cmake
parentcf807398c804a49fd6703f74b018f32d524d8cff (diff)
update cmake hints in gnuradio modules
Diffstat (limited to 'cmake/Modules/FindGruel.cmake')
-rw-r--r--cmake/Modules/FindGruel.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/Modules/FindGruel.cmake b/cmake/Modules/FindGruel.cmake
index 58dff70..1d044ee 100644
--- a/cmake/Modules/FindGruel.cmake
+++ b/cmake/Modules/FindGruel.cmake
@@ -6,6 +6,7 @@ FIND_PATH(
NAMES gruel/attributes.h
HINTS $ENV{GRUEL_DIR}/include
${PC_GRUEL_INCLUDEDIR}
+ ${CMAKE_INSTALL_PREFIX}/include
PATHS /usr/local/include
/usr/include
)
@@ -15,6 +16,8 @@ FIND_LIBRARY(
NAMES gruel
HINTS $ENV{GRUEL_DIR}/lib
${PC_GRUEL_LIBDIR}
+ ${CMAKE_INSTALL_PREFIX}/lib
+ ${CMAKE_INSTALL_PREFIX}/lib64
PATHS /usr/local/lib
/usr/local/lib64
/usr/lib