diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-11 18:47:12 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-11 20:21:35 +0100 |
commit | 5d25204e1cf5bd5dbe0fafb44c9b82e07c873ca0 (patch) | |
tree | 37f0989f1fe27fe52013aed767ea00b8e21b4ad0 /cmake | |
parent | fed654f46d61fb293a58df368f976198cef5e9ce (diff) |
dos2unix
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/mrproper.cmake | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cmake/mrproper.cmake b/cmake/mrproper.cmake index f531a6cb..1e8713ef 100644 --- a/cmake/mrproper.cmake +++ b/cmake/mrproper.cmake @@ -1,4 +1,4 @@ -list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
-include(opentrack-mrproper)
-
-cleanup_build_dir()
+list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}") +include(opentrack-mrproper) + +cleanup_build_dir() |