diff options
author | Martin Duffy <martin.duffy@kitware.com> | 2024-05-22 20:08:54 (GMT) |
---|---|---|
committer | Martin Duffy <martin.duffy@kitware.com> | 2024-05-23 13:54:19 (GMT) |
commit | 0e5250e63c5c82ff0c8b52ade9c2f84fbe251152 (patch) | |
tree | 0422addf568db0beac59800fe1cc5578fb74e09f /Tests/RunCMake/InstallParallel/parallel-install-stdout.txt | |
parent | daeb8fffa2d30cf6737c60f22c151d10581783ac (diff) | |
download | CMake-0e5250e63c5c82ff0c8b52ade9c2f84fbe251152.zip CMake-0e5250e63c5c82ff0c8b52ade9c2f84fbe251152.tar.gz CMake-0e5250e63c5c82ff0c8b52ade9c2f84fbe251152.tar.bz2 |
Ninja: Add option for parallel install
Adds the global property ``INSTALL_PARALLEL`` to enable a parallel install
target for Ninja.
Fixes: #25459
Diffstat (limited to 'Tests/RunCMake/InstallParallel/parallel-install-stdout.txt')
-rw-r--r-- | Tests/RunCMake/InstallParallel/parallel-install-stdout.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Tests/RunCMake/InstallParallel/parallel-install-stdout.txt b/Tests/RunCMake/InstallParallel/parallel-install-stdout.txt new file mode 100644 index 0000000..e0d2a56 --- /dev/null +++ b/Tests/RunCMake/InstallParallel/parallel-install-stdout.txt @@ -0,0 +1,15 @@ +\[1\/5\] Installing only the local directory... +\-\- Install configuration: \"Debug\" +installing:.* +\[2\/5\] Installing only the local directory... +\-\- Install configuration: \"Debug\" +installing:.* +\[3\/5\] Installing only the local directory... +\-\- Install configuration: \"Debug\" +installing:.* +\[4\/5\] Installing only the local directory... +\-\- Install configuration: \"Debug\" +installing:.* +\[5\/5\] Installing only the local directory... +\-\- Install configuration: \"Debug\" +installing:.* |