summaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-10-28 10:40:37 -0700
committerJosh Blum <josh@joshknows.com>2010-10-28 10:40:37 -0700
commit689778831d204b443beb0f5435aa0b540f97b105 (patch)
treefa2cae6b6ea8d578f0e2658d032e05c5b6ca6eab /host/lib
parent904332c7ba8b66877b8ca56e43ed2e5cfdbc661b (diff)
downloaduhd-689778831d204b443beb0f5435aa0b540f97b105.tar.gz
uhd-689778831d204b443beb0f5435aa0b540f97b105.tar.bz2
uhd-689778831d204b443beb0f5435aa0b540f97b105.zip
uhd: change python module check descriptions to use words
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt
index b0e610d41..e4de7bcc7 100644
--- a/host/lib/CMakeLists.txt
+++ b/host/lib/CMakeLists.txt
@@ -19,13 +19,13 @@
# Check Python Modules
########################################################################
PYTHON_CHECK_MODULE(
- "Python version >= 2.6"
+ "Python version 2.6 or greater"
"platform" "platform.python_version() >= '2.6'"
HAVE_PYTHON_PLAT_MIN_VERSION
)
PYTHON_CHECK_MODULE(
- "Cheetah templates >= 2.0.0"
+ "Cheetah templates 2.0.0 or greater"
"Cheetah" "Cheetah.Version >= '2.0.0'"
HAVE_PYTHON_MODULE_CHEETAH
)