Skip to content

Commit

Permalink
cmake: use verbose cpio flags
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
Axel Heider committed Mar 14, 2024
1 parent d48f613 commit 649adb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake-tool/helpers/cpio.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function(MakeCPIO output_name input_files)
CheckCPIOArgument(cpio_reproducible_flag "--reproducible")
set(
cpio_cmd
"cpio ${cpio_reproducible_flag} --quiet --create -H newc --file=${CMAKE_CURRENT_BINARY_DIR}/${cpio_archive}"
"cpio ${cpio_reproducible_flag} --quiet --create --format=newc --file=${CMAKE_CURRENT_BINARY_DIR}/${cpio_archive}"
)

set(tmp_dir "temp_${output_name}")
Expand Down

0 comments on commit 649adb1

Please sign in to comment.