diff options
| author | Josh Blum <josh@joshknows.com> | 2010-08-10 11:55:27 -0700 | 
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2010-08-10 11:55:27 -0700 | 
| commit | 9e419c7b7f35062ceb2ed4e508cadb163067593f (patch) | |
| tree | 20e242049c6644bc67ffe7641d741c14c950aa7c | |
| parent | 97624cfedca581ff34a3f932cccf20a84b2714dd (diff) | |
| download | uhd-9e419c7b7f35062ceb2ed4e508cadb163067593f.tar.gz uhd-9e419c7b7f35062ceb2ed4e508cadb163067593f.tar.bz2 uhd-9e419c7b7f35062ceb2ed4e508cadb163067593f.zip | |
uhd-images: do not require language check for images project
| -rw-r--r-- | images/CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/images/CMakeLists.txt b/images/CMakeLists.txt index 7a5056c4b..75cb4c9d3 100644 --- a/images/CMakeLists.txt +++ b/images/CMakeLists.txt @@ -16,7 +16,7 @@  #  CMAKE_MINIMUM_REQUIRED(VERSION 2.6) -PROJECT(UHD-images) +PROJECT(UHD-images NONE)  ########################################################################  # Config Files (include order is important) | 
