mirror of
https://github.com/fairwaves/UHD-Fairwaves.git
synced 2025-10-23 07:42:00 +00:00
uhd: fix for images CMakeLists.txt to use the new modules directory
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
########################################################################
|
########################################################################
|
||||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
|
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
|
||||||
PROJECT(UHD-images NONE)
|
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)
|
INCLUDE(UHDVersion) #sets version variables (used below)
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
|
Reference in New Issue
Block a user