aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2012-06-03 00:05:25 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2012-06-03 00:05:25 +0200
commitd56e18a1d96e41cf39a622acc6ef09bf72113c68 (patch)
treee9889d900af069e0c371a2a2610b9249b914263d /cmake
parent842e48d1014ea0b376eff820b9609754210d5a76 (diff)
cmake: fix search hints
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/FindGnuradioFCD.cmake8
-rw-r--r--cmake/Modules/FindGnuradioUHD.cmake8
2 files changed, 8 insertions, 8 deletions
diff --git a/cmake/Modules/FindGnuradioFCD.cmake b/cmake/Modules/FindGnuradioFCD.cmake
index 401acda..bbde835 100644
--- a/cmake/Modules/FindGnuradioFCD.cmake
+++ b/cmake/Modules/FindGnuradioFCD.cmake
@@ -3,11 +3,11 @@ PKG_CHECK_MODULES(PC_GNURADIO_FCD gnuradio-fcd)
FIND_PATH(
GNURADIO_FCD_INCLUDE_DIRS
- NAMES fcd_api.h
- HINTS $ENV{GNURADIO_FCD_DIR}/include/gnuradio/fcd
+ NAMES gnuradio/fcd_api.h
+ HINTS $ENV{GNURADIO_FCD_DIR}/include
${PC_GNURADIO_FCD_INCLUDEDIR}
- PATHS /usr/local/include/gnuradio
- /usr/include/gnuradio
+ PATHS /usr/local/include
+ /usr/include
)
FIND_LIBRARY(
diff --git a/cmake/Modules/FindGnuradioUHD.cmake b/cmake/Modules/FindGnuradioUHD.cmake
index f8557df..33c437d 100644
--- a/cmake/Modules/FindGnuradioUHD.cmake
+++ b/cmake/Modules/FindGnuradioUHD.cmake
@@ -3,11 +3,11 @@ PKG_CHECK_MODULES(PC_GNURADIO_UHD gnuradio-uhd)
FIND_PATH(
GNURADIO_UHD_INCLUDE_DIRS
- NAMES gr_uhd_api.h
- HINTS $ENV{GNURADIO_UHD_DIR}/include/gnuradio
+ NAMES gnuradio/gr_uhd_api.h
+ HINTS $ENV{GNURADIO_UHD_DIR}/include
${PC_GNURADIO_UHD_INCLUDEDIR}
- PATHS /usr/local/include/gnuradio
- /usr/include/gnuradio
+ PATHS /usr/local/include
+ /usr/include
)
FIND_LIBRARY(