diff options
author | Tom Rondeau <tom@trondeau.com> | 2013-12-09 17:24:48 -0500 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2013-12-09 17:24:48 -0500 |
commit | f51c58adc8c330e6f903fb89ab6f7fb89405b1db (patch) | |
tree | 13425c21219bf5e15d4054bf0b5b34f0b794c788 /gr-utils/python/modtool/gr-newmod | |
parent | 317cd569beeeb7259671f0a84f09818fe6d7f825 (diff) | |
parent | 21f6c0bc952498bfbd24b99bf481eb5de8fc3752 (diff) |
Merge branch 'maint'
Diffstat (limited to 'gr-utils/python/modtool/gr-newmod')
-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 ) |