diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2017-03-07 03:39:29 +0100 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2017-03-26 01:09:42 +0100 |
commit | 693dc56bf1e6dae7ce988913e20f5ea1f8e5902d (patch) | |
tree | d96321010450381a15359c82ab8f1975542bc009 /CMakeLists.txt | |
parent | c6c21fac1f6f7f2a7fa76d181a683ff6b5604068 (diff) |
Moved uwd modules under drassil
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 518ec718a1..02568ba10e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ include(CheckCXXSourceRuns) include(CheckIncludeFiles) # some utils for cmake -include(modules/uwd/cmake-utils/utils.cmake) +include(modules/drassil/cmake-utils/utils.cmake) include(src/cmake/ac_macros.cmake) |