]> git.ipfire.org Git - thirdparty/git.git/commit - contrib/buildsystems/CMakeLists.txt
cmake(install): fix double .exe suffixes
authorDennis Ameling <dennis@dennisameling.com>
Sat, 27 Mar 2021 23:06:23 +0000 (23:06 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 28 Mar 2021 01:02:23 +0000 (18:02 -0700)
commit569f8d188f3d0e2234ad5e1206a2fdd93f9316b6
treeb27b7f9bf038b3d7136ca681e76e2538baff350c
parent7bb544a4d13810c10d2c0fa1bfed336c7a31a4bc
cmake(install): fix double .exe suffixes

By mistake, the `.exe` extension is appended _twice_ when installing the
dashed executables into `libexec/git-core/` on Windows (the extension is
already appended when adding items to the `git_links` list in the
`#Creating hardlinks` section).

Signed-off-by: Dennis Ameling <dennis@dennisameling.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/buildsystems/CMakeLists.txt