From 117f6a3359a8a21acf396b0e0f084c32770e0b3a Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 19 Jul 2011 19:56:46 -0700 Subject: uhd: fix for images CMakeLists.txt to use the new modules directory --- images/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images') 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) ######################################################################## -- cgit v1.2.3