From cdf92c952a40650a5bc37e93489e4b3130841d82 Mon Sep 17 00:00:00 2001 From: Eric NOULARD Date: Sun, 12 Dec 2010 22:45:48 +0100 Subject: [PATCH] Precise the project config type when invoking cpack --- Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake b/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake index ee6b227e8..b0cacb8cc 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