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 | |
parent | fed654f46d61fb293a58df368f976198cef5e9ce (diff) |
dos2unix
-rw-r--r-- | bin/cleye.config | 6 | ||||
-rw-r--r-- | cmake/mrproper.cmake | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/bin/cleye.config b/bin/cleye.config index 55a478ab..bfb37b47 100644 --- a/bin/cleye.config +++ b/bin/cleye.config @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<cleye>
- <item name="mode" value="advanced" />
+<?xml version="1.0" encoding="UTF-8"?> +<cleye> + <item name="mode" value="advanced" /> </cleye>
\ No newline at end of file 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() |