diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-17 15:35:35 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-19 12:21:37 +0200 |
commit | 67610c245ba6c68cf65991693bab9312b7dc987b (patch) | |
tree | 8f8779b42d1bd30314fd79d0d6e7908e8606a38a /src/scripts | |
parent | CMake: Add support for building and installing xz with translations. (diff) | |
download | xz-67610c245ba6c68cf65991693bab9312b7dc987b.tar.xz |
CMake: Simplify symlink creation and install translated man pages.
It helps that cmake_install.cmake doesn't parallelize installation
so symlinks can be created so that the target is always known to
exist (a requirement on Windows in some cases).
This bumps the minimum CMake version from 3.13 to 3.14 to use
file(CREATE_LINK ...). It could be made to work on 3.13 by
calling "cmake -E create_symlink" but it's uglier code and
slower in "make install". 3.14 should be a reasonable version
to require nowadays, especially since the Autotools build
is still the primary build system for most OSes.
Diffstat (limited to 'src/scripts')
0 files changed, 0 insertions, 0 deletions