diff options
author | Raffi Enficiaud <raffi.enficiaud@mines-paris.org> | 2015-09-11 15:31:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-09-17 19:30:38 (GMT) |
commit | 4f2ff6019bbc94fd6a875699dd812f2819131dab (patch) | |
tree | 9c355e9cac3053fa1a744b6d4ca287fc8e3eb1c7 /Tests/RunCMake/CPack/README.txt | |
parent | 81b748ae1d57dacc9db98e74b23c9215f29b09ac (diff) | |
download | CMake-4f2ff6019bbc94fd6a875699dd812f2819131dab.zip CMake-4f2ff6019bbc94fd6a875699dd812f2819131dab.tar.gz CMake-4f2ff6019bbc94fd6a875699dd812f2819131dab.tar.bz2 |
Tests: Make RunCMake.CPack error messages more readable
Diffstat (limited to 'Tests/RunCMake/CPack/README.txt')
-rw-r--r-- | Tests/RunCMake/CPack/README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/RunCMake/CPack/README.txt b/Tests/RunCMake/CPack/README.txt index 365c737..ea68304 100644 --- a/Tests/RunCMake/CPack/README.txt +++ b/Tests/RunCMake/CPack/README.txt @@ -32,14 +32,14 @@ different types of packages. This script is placed into CPack test root directory even if it will be used for only one of the generators. If test will be used for multiple generators but some of them require some -generator speciffic commands then those commands should be added to a separate +generator specific commands then those commands should be added to a separate file that should be located in '<generator_name>/<test_name>-specifics.cmake' in CPack test root directory. CPack execution phase: ---------------------- -Only exececutes CPack for content that was generated during CMake execution +Only executes CPack for content that was generated during CMake execution phase. Verification of generated files: |