STYLE: Convert CMake-language commands to lower case

Ancient CMake versions required upper-case commands.  Later command names
became case-insensitive.  Now the preferred style is lower-case.
This commit is contained in:
Hans Johnson
2018-12-22 19:32:39 -06:00
parent 0d212dd22d
commit 2f1ff84119
10 changed files with 262 additions and 262 deletions
+1 -1
View File
@@ -1 +1 @@
CONFIGURE_FILE("${IN}" "${OUT}" @ONLY)
configure_file("${IN}" "${OUT}" @ONLY)