diff options
author | Josh Blum <josh@joshknows.com> | 2011-07-19 19:56:46 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-07-19 19:56:46 -0700 |
commit | 117f6a3359a8a21acf396b0e0f084c32770e0b3a (patch) | |
tree | baa4497702048cbd08bb8336a4864f0fbcb7aa3e | |
parent | b856ef852ff7a4ae54a7742516ed68f9535cb607 (diff) | |
download | uhd-117f6a3359a8a21acf396b0e0f084c32770e0b3a.tar.gz uhd-117f6a3359a8a21acf396b0e0f084c32770e0b3a.tar.bz2 uhd-117f6a3359a8a21acf396b0e0f084c32770e0b3a.zip |
uhd: fix for images CMakeLists.txt to use the new modules directory
-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 dd6702e04..c9e5c68b9 100644 --- a/images/CMakeLists.txt +++ b/images/CMakeLists.txt @@ -20,7 +20,7 @@ ######################################################################## CMAKE_MINIMUM_REQUIRED(VERSION 2.6) PROJECT(UHD-images NONE) -LIST(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/../host/Modules) +LIST(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/../host/cmake/Modules) INCLUDE(UHDVersion) #sets version variables (used below) ######################################################################## |