aboutsummaryrefslogtreecommitdiffstats
path: root/longbow/cmake/Modules/FindUncrustify.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'longbow/cmake/Modules/FindUncrustify.cmake')
-rw-r--r--longbow/cmake/Modules/FindUncrustify.cmake8
1 files changed, 0 insertions, 8 deletions
diff --git a/longbow/cmake/Modules/FindUncrustify.cmake b/longbow/cmake/Modules/FindUncrustify.cmake
deleted file mode 100644
index e53f65fe..00000000
--- a/longbow/cmake/Modules/FindUncrustify.cmake
+++ /dev/null
@@ -1,8 +0,0 @@
-# Find uncrustify program
-#
-find_program( UNCRUSTIFY_BIN uncrustify
- PATHS
- $ENV{UNCRUSTIFY_HOME}
- )
-
-message( "-- UNCRUSTIFY found in ${UNCRUSTIFY_BIN}" )