blob: f08f0966d55a7e73a6399cbd8afd52589be111b9 [file]
# Test that cmake -E tar can extract to a symlinked directory
set(OUTPUT_NAME "test.tar.gz")
set(COMPRESSION_FLAGS -cvzf)
set(COMPRESSION_OPTIONS --format=gnutar)
set(DECOMPRESSION_FLAGS -xvzf)
set(DESTINATION_SYMLINK ON)
include(${CMAKE_CURRENT_LIST_DIR}/roundtrip.cmake)