-
- Downloads
Clean up install rules of CMake itself (#14371)
Ensure CMAKE_DATA_DIR, CMAKE_DOC_DIR, and CMAKE_MAN_DIR are always relative paths in CMake code, and set defaults accordingly. Use the install() command instead of install_files() and install_targets(). This is more modern and also avoids stripping of the first character from user-specified destinations. While at it, fix the default destinations reported in the bootstrap help.
Showing
- CMakeLists.txt 12 additions, 11 deletionsCMakeLists.txt
- Docs/CMakeLists.txt 2 additions, 3 deletionsDocs/CMakeLists.txt
- Docs/bash-completion/CMakeLists.txt 1 addition, 1 deletionDocs/bash-completion/CMakeLists.txt
- Source/CMakeLists.txt 5 additions, 7 deletionsSource/CMakeLists.txt
- Source/CursesDialog/CMakeLists.txt 1 addition, 1 deletionSource/CursesDialog/CMakeLists.txt
- Source/cmConfigure.cmake.h.in 1 addition, 1 deletionSource/cmConfigure.cmake.h.in
- Utilities/CMakeLists.txt 3 additions, 2 deletionsUtilities/CMakeLists.txt
- Utilities/cmcompress/CMakeLists.txt 1 addition, 1 deletionUtilities/cmcompress/CMakeLists.txt
- Utilities/cmcurl/CMakeLists.txt 2 additions, 2 deletionsUtilities/cmcurl/CMakeLists.txt
- Utilities/cmexpat/CMakeLists.txt 1 addition, 1 deletionUtilities/cmexpat/CMakeLists.txt
- Utilities/cmlibarchive/CMakeLists.txt 1 addition, 1 deletionUtilities/cmlibarchive/CMakeLists.txt
- Utilities/cmzlib/CMakeLists.txt 1 addition, 1 deletionUtilities/cmzlib/CMakeLists.txt
- bootstrap 10 additions, 10 deletionsbootstrap
Loading
Please register or sign in to comment