diff options
| author | Josh Blum <josh@joshknows.com> | 2010-10-28 10:40:37 -0700 | 
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2010-10-28 10:40:37 -0700 | 
| commit | 689778831d204b443beb0f5435aa0b540f97b105 (patch) | |
| tree | fa2cae6b6ea8d578f0e2658d032e05c5b6ca6eab | |
| parent | 904332c7ba8b66877b8ca56e43ed2e5cfdbc661b (diff) | |
| download | uhd-689778831d204b443beb0f5435aa0b540f97b105.tar.gz uhd-689778831d204b443beb0f5435aa0b540f97b105.tar.bz2 uhd-689778831d204b443beb0f5435aa0b540f97b105.zip | |
uhd: change python module check descriptions to use words
| -rw-r--r-- | host/lib/CMakeLists.txt | 4 | 
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  ) | 
