Host Environment
- OS: Windows 10
- Compiler: Cmake
To Reproduce
Steps to reproduce the behavior:
./vcpkg.exe install expat
Failure logs
CMake Error: Problem with archive_write_header(): Can't create ''
CMake Error: Current file: libexpat-R_2_2_7/README.md
CMake Error: Problem extracting tar: D:/CDH/vcpkg/downloads/libexpat-libexpat-R_2_2_7.tar.gz
Additional context
I tried cmake.exe -E tar zxvf libexpat-libexpat-R_2_2_7.tar.gz and failed again. Seems like the tar.gz archive contains error or packed just for linux.
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg.exe install expatFailure logs
Additional context
I tried
cmake.exe -E tar zxvf libexpat-libexpat-R_2_2_7.tar.gzand failed again. Seems like the tar.gz archive contains error or packed just for linux.