]> git.ipfire.org Git - thirdparty/zstd.git/commit
STYLE: Convert CMake-language commands to lower case
authorHans Johnson <hans.j.johnson@gmail.com>
Sun, 23 Dec 2018 01:31:59 +0000 (19:31 -0600)
committerHans Johnson <hans.j.johnson@gmail.com>
Sun, 23 Dec 2018 01:32:39 +0000 (19:32 -0600)
commit2f1ff84119f1de97fdd5f5198e80b6375d1e2063
treef99367d9f0ed0625526667559ac8b839886057e1
parent0d212dd22d40f035ba6054cca7062af2169616f7
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.
build/cmake/CMakeLists.txt
build/cmake/CMakeModules/AddZstdCompilationFlags.cmake
build/cmake/CMakeModules/GetZstdLibraryVersion.cmake
build/cmake/contrib/CMakeLists.txt
build/cmake/contrib/gen_html/CMakeLists.txt
build/cmake/contrib/pzstd/CMakeLists.txt
build/cmake/lib/CMakeLists.txt
build/cmake/lib/pkgconfig.cmake
build/cmake/programs/CMakeLists.txt
build/cmake/tests/CMakeLists.txt