Merge pull request #17 from jmcorgan/fix_find_gnuradio_core

Fixed erroneous include dir variable
This commit is contained in:
bistromath
2012-09-30 12:08:30 -07:00

View File

@@ -5,7 +5,7 @@ FIND_PATH(
GNURADIO_CORE_INCLUDE_DIRS
NAMES gr_random.h
HINTS $ENV{GNURADIO_CORE_DIR}/include/gnuradio
${PC_GNURADIO_CORE_INCLUDE_DIR}
${PC_GNURADIO_CORE_INCLUDEDIR}
PATHS /usr/local/include/gnuradio
/usr/include/gnuradio
)