diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2019-07-09 12:45:03 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2019-07-09 12:45:03 (GMT) |
commit | 98617f1be07ecded94085f0aac41284604d3c684 (patch) | |
tree | a46a6e04b4c1a20b6d8611fec3ee3a961b3791b7 /Modules/CPack.Description.plist.in | |
parent | e559a3e9900a7c040de2faf36a196b59e82cdd73 (diff) | |
download | CMake-98617f1be07ecded94085f0aac41284604d3c684.zip CMake-98617f1be07ecded94085f0aac41284604d3c684.tar.gz CMake-98617f1be07ecded94085f0aac41284604d3c684.tar.bz2 |
Refactor: Move CPack internal files to `Internal/CPack/` directory
Some commits ago all CPack internal `*.cmake` files have been moved
to `Internal/CPack/`. This commit also move some templates
internally used by generators to the same location to make
`Modules/` directory less noisy w/ files the end users don't
need to use/see.
Diffstat (limited to 'Modules/CPack.Description.plist.in')
-rw-r--r-- | Modules/CPack.Description.plist.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Modules/CPack.Description.plist.in b/Modules/CPack.Description.plist.in deleted file mode 100644 index 3d11476..0000000 --- a/Modules/CPack.Description.plist.in +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.4"> -<dict> - <key>IFPkgDescriptionTitle</key> - <string>@CPACK_PACKAGE_NAME@</string> - <key>IFPkgDescriptionVersion</key> - <string>@CPACK_PACKAGE_VERSION@</string> - <key>IFPkgDescriptionDescription</key> - <string>@CPACK_PACKAGE_DESCRIPTION@</string> -</dict> -</plist> |