From 17a0a8a195a9aad76a6bdb174edc8aa5fb8b7831 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Mon, 2 May 2016 16:03:16 +0200 Subject: Use lowercase for cmake commands consistenly Inspired from https://github.com/InsightSoftwareConsortium/ITK/blob/master/Utilities/Maintenance/HowToCreateTheCMakeCaseConversion.txt This needs vim 7.3 and fails with vim 7.4 This also fixes a number of : - missing empty line at end of files - useless space at end of lines --- wrapping/java/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrapping/java') diff --git a/wrapping/java/CMakeLists.txt b/wrapping/java/CMakeLists.txt index dd7b66c2..fb28c236 100644 --- a/wrapping/java/CMakeLists.txt +++ b/wrapping/java/CMakeLists.txt @@ -1,2 +1,2 @@ -# +# add_subdirectory(openjp2) -- cgit v1.2.3