mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
10 lines
243 B
Diff
10 lines
243 B
Diff
We don't need to run clang-format to build the app.
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -63,5 +63,3 @@ include(desktopapp_configuration)
|
|
# Load the MEGA targets
|
|
add_subdirectory(src)
|
|
|
|
-include(get_clang_format)
|
|
-get_clang_format()
|