diff options
-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() |