]> git.ipfire.org Git - thirdparty/zstd.git/commit
STYLE: Remove CMake-language block-end command arguments
authorHans Johnson <hans.j.johnson@gmail.com>
Sun, 23 Dec 2018 01:31:50 +0000 (19:31 -0600)
committerHans Johnson <hans.j.johnson@gmail.com>
Sun, 23 Dec 2018 01:32:39 +0000 (19:32 -0600)
commitd3fc848ddd90c238abdec13c8bd1049555ebd33c
treefeecdca68f4f860d2d0422e6aa288f0732dc4987
parent2f1ff84119f1de97fdd5f5198e80b6375d1e2063
STYLE: Remove CMake-language block-end command arguments

Ancient versions of CMake required else(), endif(), and similar block
termination commands to have arguments matching the command starting the block.
This is no longer the preferred style.
build/cmake/CMakeLists.txt
build/cmake/CMakeModules/AddZstdCompilationFlags.cmake
build/cmake/lib/CMakeLists.txt
build/cmake/lib/cmake_uninstall.cmake.in
build/cmake/programs/CMakeLists.txt
build/cmake/tests/CMakeLists.txt