diff options
Diffstat (limited to 'gr-utils/python/modtool/gr-newmod/cmake/Modules/howtoConfig.cmake')
-rw-r--r-- | gr-utils/python/modtool/gr-newmod/cmake/Modules/howtoConfig.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/modtool/gr-newmod/cmake/Modules/howtoConfig.cmake b/gr-utils/python/modtool/gr-newmod/cmake/Modules/howtoConfig.cmake index 329a007608..88fbcad238 100644 --- a/gr-utils/python/modtool/gr-newmod/cmake/Modules/howtoConfig.cmake +++ b/gr-utils/python/modtool/gr-newmod/cmake/Modules/howtoConfig.cmake @@ -6,7 +6,7 @@ FIND_PATH( NAMES howto/api.h HINTS $ENV{HOWTO_DIR}/include ${PC_HOWTO_INCLUDEDIR} - PATHS ${CMAKE_INSTALL_PREEFIX}/include + PATHS ${CMAKE_INSTALL_PREFIX}/include /usr/local/include /usr/include ) |