From 80453e215ebf25e1907ac129a50988b58bc219be Mon Sep 17 00:00:00 2001 From: Yehonal Date: Thu, 11 Aug 2016 20:07:14 +0200 Subject: Rewritten cmakes allowing compilation with new structure --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d7f3a3112..1d0966116d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ include(CheckCXXSourceRuns) include(CheckIncludeFiles) # some utils for cmake -include(src/cmake/utils.cmake) +include(modules/uwd/cmake-utils/utils.cmake) include(ScriptsMacro) -- cgit v1.2.3