[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 05/09: cmake: fix typo in FindUHD.
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 05/09: cmake: fix typo in FindUHD. |
Date: |
Wed, 20 Aug 2014 20:18:47 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit b7ea151b32c28e6452c309ef19746e079285ea56
Author: Michael Dickens <address@hidden>
Date: Wed Aug 20 12:00:15 2014 -0400
cmake: fix typo in FindUHD.
---
cmake/Modules/FindUHD.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/Modules/FindUHD.cmake b/cmake/Modules/FindUHD.cmake
index 94db092..9f69699 100644
--- a/cmake/Modules/FindUHD.cmake
+++ b/cmake/Modules/FindUHD.cmake
@@ -37,7 +37,7 @@ if(LOCAL_FINDUHD_DIR)
# prepend the found directory to the MODULE path
list(INSERT CMAKE_MODULE_PATH 0 ${LOCAL_FINDUHD_DIR})
- # "QUITE" works on CMake 2.8+ only
+ # "QUIET" works on CMake 2.8+ only
unset(LOCAL_UHD_QUIET)
if(NOT ${CMAKE_VERSION} VERSION_LESS "2.8.0")
set(LOCAL_UHD_QUIET "QUIET")
- [Commit-gnuradio] [gnuradio] branch master updated (84ce73a -> d07c986), git, 2014/08/20
- [Commit-gnuradio] [gnuradio] 04/09: grc: fix block height, git, 2014/08/20
- [Commit-gnuradio] [gnuradio] 09/09: Merge remote-tracking branch 'michaelld/fix_typo', git, 2014/08/20
- [Commit-gnuradio] [gnuradio] 08/09: Merge remote-tracking branch 'gnuradio-wg-grc/grc_snap_blocks_to_grid', git, 2014/08/20
- [Commit-gnuradio] [gnuradio] 02/09: grc: one preferences handler for all bools, git, 2014/08/20
- [Commit-gnuradio] [gnuradio] 03/09: grc: toggle action and mod1 modifier for snap-to-grid, git, 2014/08/20
- [Commit-gnuradio] [gnuradio] 07/09: cmake: remove verbose messages from UseSWIG., git, 2014/08/20
- [Commit-gnuradio] [gnuradio] 01/09: grc: snap-to-grid (WIP), git, 2014/08/20
- [Commit-gnuradio] [gnuradio] 05/09: cmake: fix typo in FindUHD.,
git <=
- [Commit-gnuradio] [gnuradio] 06/09: cmake: add compiler flag only if the compiler supports it, git, 2014/08/20