uhd: fix for images CMakeLists.txt to use the new modules directory

This commit is contained in:
Josh Blum
2011-07-19 19:56:46 -07:00
parent b856ef852f
commit 117f6a3359

View File

@@ -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)
########################################################################