Skip to content

Commit

Permalink
cpio.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 Jan 12, 2024
1 parent bf2444e commit 48e1fa2
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 48e1fa2

Please sign in to comment.