diff options
author | Eric NOULARD <eric.noulard@gmail.com> | 2010-12-12 22:45:48 +0100 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2010-12-14 12:21:02 -0500 |
commit | cdf92c952a40650a5bc37e93489e4b3130841d82 (patch) | |
tree | eca584f1d238def307bde49147ab2e660f025934 /Tests/CPackComponentsForAll | |
parent | 08f829b50971d7d848b8c4398f9c559fcf338d8e (diff) | |
download | cmake-cdf92c952a40650a5bc37e93489e4b3130841d82.tar.gz |
Precise the project config type when invoking cpack
Diffstat (limited to 'Tests/CPackComponentsForAll')
-rw-r--r-- | Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake b/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake index ee6b227e87..b0cacb8ccf 100644 --- a/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake +++ b/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake @@ -25,7 +25,7 @@ set(expected_file_mask "") # CPACK_COMPONENT_xxx values set(expected_count 1) -execute_process(COMMAND ${CPackCommand} -G ${CPackGen} +execute_process(COMMAND ${CPackCommand} -G ${CPackGen} -C Release RESULT_VARIABLE CPack_result OUTPUT_VARIABLE CPack_output ERROR_VARIABLE CPack_error |