summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2016-08-11 20:07:14 +0200
committerYehonal <yehonal.azeroth@gmail.com>2016-08-11 20:25:42 +0200
commit80453e215ebf25e1907ac129a50988b58bc219be (patch)
treef55f6bdf0476e1795f2da92821f7f0adafeb4994 /CMakeLists.txt
parent0f85ce1c54810148a5bfcfcedf64a573f4e6e482 (diff)
Rewritten cmakes allowing compilation with new structure
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)