commit-gnuradio
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]