diff options
author | Eric NOULARD <eric.noulard@gmail.com> | 2010-12-12 21:45:48 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2010-12-14 17:21:02 (GMT) |
commit | cdf92c952a40650a5bc37e93489e4b3130841d82 (patch) | |
tree | eca584f1d238def307bde49147ab2e660f025934 /Tests/CPackComponentsForAll | |
parent | 08f829b50971d7d848b8c4398f9c559fcf338d8e (diff) | |
download | CMake-cdf92c952a40650a5bc37e93489e4b3130841d82.zip CMake-cdf92c952a40650a5bc37e93489e4b3130841d82.tar.gz CMake-cdf92c952a40650a5bc37e93489e4b3130841d82.tar.bz2 |
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 ee6b227..b0cacb8 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 |