microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
23.4k stars 6.47k forks source link

[liblzma:x64-windows-static] [msvc-2017-4.7.03190] Syntax error in CMakeList file during build #4897

Closed JasonDictos closed 5 years ago

JasonDictos commented 6 years ago

install-x64-windows-static-dbg-err.log has this just repeating endlessly:

CMake Warning (dev) at CMakeLists.txt:61:
  Syntax Warning in cmake code at column 2

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:19:
  Syntax Warning in cmake code at column 7

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:61:
  Syntax Warning in cmake code at column 2

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

install-x64-windows-static-dbg-out.log has this repeating as well:

[0/1] C:\code\aparavi-app\vcpkg\downloads\tools\cmake-3.12.4-windows\cmake-3.12.4-win32-x86\bin\cmake.exe -HC:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554 -BC:\code\aparavi-app\vcpkg\buildtrees\liblzma\x64-windows-static-dbg
-- Configuring done
-- Generating done
-- Build files have been written to: C:/code/aparavi-app/vcpkg/buildtrees/liblzma/x64-windows-static-dbg
[0/1] C:\code\aparavi-app\vcpkg\downloads\tools\cmake-3.12.4-windows\cmake-3.12.4-win32-x86\bin\cmake.exe -HC:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554 -BC:\code\aparavi-app\vcpkg\buildtrees\liblzma\x64-windows-static-dbg
-- Configuring done
-- Generating done
-- Build files have been written to: C:/code/aparavi-app/vcpkg/buildtrees/liblzma/x64-windows-static-dbg

The cmake list in question is doing this at line 19-61:

    """
#define TUKLIB_SYMBOL_PREFIX lzma_
#define ASSUME_RAM 128
#define HAVE_CHECK_CRC32 1
#define HAVE_CHECK_CRC64 1
#define HAVE_CHECK_SHA256 1
#define HAVE_DECODERS 1
#define HAVE_DECODER_ARM 1
#define HAVE_DECODER_ARMTHUMB 1
#define HAVE_DECODER_DELTA 1
#define HAVE_DECODER_IA64 1
#define HAVE_DECODER_LZMA1 1
#define HAVE_DECODER_LZMA2 1
#define HAVE_DECODER_POWERPC 1
#define HAVE_DECODER_SPARC 1
#define HAVE_DECODER_X86 1
#define HAVE_ENCODERS 1
#define HAVE_ENCODER_ARM 1
#define HAVE_ENCODER_ARMTHUMB 1
#define HAVE_ENCODER_DELTA 1
#define HAVE_ENCODER_IA64 1
#define HAVE_ENCODER_LZMA1 1
#define HAVE_ENCODER_LZMA2 1
#define HAVE_ENCODER_POWERPC 1
#define HAVE_ENCODER_SPARC 1
#define HAVE_ENCODER_X86 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_MF_BT2 1
#define HAVE_MF_BT3 1
#define HAVE_MF_BT4 1
#define HAVE_MF_HC3 1
#define HAVE_MF_HC4 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_VISIBILITY 1
#define MYTHREAD_POSIX 1
#define PACKAGE_NAME \"XZ Utils\"
#define PACKAGE_URL \"http://tukaani.org/xz/\"
#define SIZEOF_SIZE_T (sizeof(size_t))
""")

If I go into that build and manually run cmake it warns but I can build ok:

C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554>cmake --build .
CMake is re-running because C:/code/aparavi-app/vcpkg/buildtrees/liblzma/src/v5.2.4-0e2feaf554/CMakeFiles/generate.stamp is out-of-date.
  the file 'C:/code/aparavi-app/vcpkg/buildtrees/liblzma/src/v5.2.4-0e2feaf554/CMakeLists.txt'
  is newer than 'C:/code/aparavi-app/vcpkg/buildtrees/liblzma/src/v5.2.4-0e2feaf554/CMakeFiles/generate.stamp.depend'
  result='-1'
CMake Warning (dev) at CMakeLists.txt:19:
  Syntax Warning in cmake code at column 7

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:61:
  Syntax Warning in cmake code at column 2

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring done
-- Generating done
-- Build files have been written to: C:/code/aparavi-app/vcpkg/buildtrees/liblzma/src/v5.2.4-0e2feaf554
Microsoft (R) Build Engine version 15.9.20+g88f5fadfbe for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 12/4/2018 1:30:25 PM.
Project "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\ALL_BUILD.vcxproj" on node 1 (default targets).
Project "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\ALL_BUILD.vcxproj" (1) is building "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\ZERO_C
HECK.vcxproj" (2) on node 1 (default targets).
PrepareForBuild:
  Creating directory "Win32\Debug\ZERO_CHECK\".
  Creating directory "Win32\Debug\ZERO_CHECK\ZERO_CHECK.tlog\".
InitializeBuildStatus:
  Creating "Win32\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
  Checking Build System
  CMake is re-running because C:/code/aparavi-app/vcpkg/buildtrees/liblzma/src/v5.2.4-0e2feaf554/CMakeFiles/generate.stamp is out-of-date.
  CMake Warning (dev) at CMakeLists.txt:19:
    Syntax Warning in cmake code at column 7

    Argument not separated from preceding token by whitespace.
  This warning is for project developers.  Use -Wno-dev to suppress it.

  CMake Warning (dev) at CMakeLists.txt:61:
    Syntax Warning in cmake code at column 2

    Argument not separated from preceding token by whitespace.
  This warning is for project developers.  Use -Wno-dev to suppress it.

    the file 'C:/code/aparavi-app/vcpkg/buildtrees/liblzma/src/v5.2.4-0e2feaf554/CMakeLists.txt'
    is newer than 'C:/code/aparavi-app/vcpkg/buildtrees/liblzma/src/v5.2.4-0e2feaf554/CMakeFiles/generate.stamp.depend'
    result='-1'
  -- Configuring done
  -- Generating done
  -- Build files have been written to: C:/code/aparavi-app/vcpkg/buildtrees/liblzma/src/v5.2.4-0e2feaf554
FinalizeBuildStatus:
  Deleting file "Win32\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
  Touching "Win32\Debug\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
Done Building Project "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\ZERO_CHECK.vcxproj" (default targets).

Project "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\ALL_BUILD.vcxproj" (1) is building "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.v
cxproj" (3) on node 1 (default targets).
PrepareForBuild:
  Creating directory "lzma.dir\Debug\".
  Creating directory "lzma.dir\Debug\lzma.tlog\".
InitializeBuildStatus:
  Creating "lzma.dir\Debug\lzma.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
  Building Custom Rule C:/code/aparavi-app/vcpkg/buildtrees/liblzma/src/v5.2.4-0e2feaf554/CMakeLists.txt
  CMake is re-running because C:/code/aparavi-app/vcpkg/buildtrees/liblzma/src/v5.2.4-0e2feaf554/CMakeFiles/generate.stamp is out-of-date.
  CMake Warning (dev) at CMakeLists.txt:19:
    Syntax Warning in cmake code at column 7

    Argument not separated from preceding token by whitespace.
  This warning is for project developers.  Use -Wno-dev to suppress it.

  CMake Warning (dev) at CMakeLists.txt:61:
    Syntax Warning in cmake code at column 2

    Argument not separated from preceding token by whitespace.
  This warning is for project developers.  Use -Wno-dev to suppress it.

    the file 'C:/code/aparavi-app/vcpkg/buildtrees/liblzma/src/v5.2.4-0e2feaf554/CMakeLists.txt'
    is newer than 'C:/code/aparavi-app/vcpkg/buildtrees/liblzma/src/v5.2.4-0e2feaf554/CMakeFiles/generate.stamp.depend'
    result='-1'
  -- Configuring done
  -- Generating done
  -- Build files have been written to: C:/code/aparavi-app/vcpkg/buildtrees/liblzma/src/v5.2.4-0e2feaf554
ClCompile:
  C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\CL.exe /c /I"C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554
  \windows\vs2017" /I"C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common" /I"C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\co
  mmon" /I"C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\api" /I"C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\check" /
  I"C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\delta" /I"C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\lz" /I"C:\cod
  e\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\lzma" /I"C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\rangecoder" /I"C:\code
  \aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\simple" /Zi /nologo /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D HAVE_CONFIG_H /D "CMAKE
  _INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"lzma.dir\Debug\\" /Fd"lzma.dir\Debug\lzma.pdb" /Gd /TC /analyze- /FC /errorReport:q
  ueue "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\common\tuklib_cpucores.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\common\t
  uklib_physmem.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\check\check.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src
  \liblzma\check\crc32_fast.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\check\crc32_table.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.
  2.4-0e2feaf554\src\liblzma\check\crc64_fast.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\check\crc64_table.c" "C:\code\aparavi-app\vcpkg\buildtre
  es\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\check\sha256.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\alone_decoder.c" "C:\code\aparavi-a
  pp\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\alone_encoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\auto_decod
  er.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\block_buffer_decoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf55
  4\src\liblzma\common\block_buffer_encoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\block_decoder.c" "C:\code\aparavi-app\vcpkg\buildtr
  ees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\block_encoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\block_header_decoder.c" "C
  :\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\block_header_encoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\li
  blzma\common\block_util.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\common.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e
  2feaf554\src\liblzma\common\easy_buffer_encoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\easy_decoder_memusage.c" "C:\code\aparavi-app
  \vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\easy_encoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\easy_encoder_
  memusage.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\easy_preset.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\s
  rc\liblzma\common\filter_buffer_decoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\filter_buffer_encoder.c" "C:\code\aparavi-app\vcpkg\b
  uildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\filter_common.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\filter_decoder.c" "C
  :\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\filter_encoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\
  common\filter_flags_decoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\filter_flags_encoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\lib
  lzma\src\v5.2.4-0e2feaf554\src\liblzma\common\hardware_cputhreads.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\hardware_physmem.c" "C:\cod
  e\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\index.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\index_d
  ecoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\index_encoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\s
  rc\liblzma\common\index_hash.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\outqueue.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5
  .2.4-0e2feaf554\src\liblzma\common\stream_buffer_decoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\stream_buffer_encoder.c" "C:\code\ap
  aravi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\stream_decoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\st
  ream_encoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\stream_encoder_mt.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e
  2feaf554\src\liblzma\common\stream_flags_common.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\stream_flags_decoder.c" "C:\code\aparavi-app\
  vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\stream_flags_encoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\vli_de
  coder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\vli_encoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\
  liblzma\common\vli_size.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\delta\delta_common.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2
  .4-0e2feaf554\src\liblzma\delta\delta_decoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\delta\delta_encoder.c" "C:\code\aparavi-app\vcpkg\buil
  dtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\lzma\fastpos_table.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\lzma\lzma2_decoder.c" "C:\code\a
  paravi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\lzma\lzma2_encoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\lzma\lzma_d
  ecoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\lzma\lzma_encoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\
  liblzma\lzma\lzma_encoder_optimum_fast.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\lzma\lzma_encoder_optimum_normal.c" "C:\code\aparavi-app\vcpk
  g\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\lzma\lzma_encoder_presets.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\lz\lz_decoder.c" "C
  :\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\lz\lz_encoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\lz\lz_en
  coder_mf.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\rangecoder\price_table.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf5
  54\src\liblzma\simple\arm.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\simple\armthumb.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.
  4-0e2feaf554\src\liblzma\simple\ia64.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\simple\powerpc.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma
  \src\v5.2.4-0e2feaf554\src\liblzma\simple\simple_coder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\simple\simple_decoder.c" "C:\code\aparavi-app
  \vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\simple\simple_encoder.c" "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\simple\sparc.c" "C
  :\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\simple\x86.c"
  tuklib_cpucores.c
  tuklib_physmem.c
c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\common\tuklib_physmem.c(82): warning C4996: 'GetVersion': was declared deprecated [C:\code\aparavi-app\vcpkg\build
trees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  c:\program files (x86)\windows kits\10\include\10.0.17763.0\um\sysinfoapi.h(135): note: see declaration of 'GetVersion'
  check.c
  crc32_fast.c
  crc32_table.c
  crc64_fast.c
c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\check\crc64_fast.c(52): warning C4244: 'initializing': conversion from 'uint64_t' to 'const uint32_t', pos
sible loss of data [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  crc64_table.c
  sha256.c
  alone_decoder.c
  alone_encoder.c
  auto_decoder.c
  block_buffer_decoder.c
  block_buffer_encoder.c
c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\block_buffer_encoder.c(84): warning C4244: 'return': conversion from 'uint64_t' to 'size_t', possib
le loss of data [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\block_buffer_encoder.c(147): warning C4267: '=': conversion from 'size_t' to 'uint8_t', possible lo
ss of data [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\block_buffer_encoder.c(184): warning C4244: '=': conversion from 'lzma_vli' to 'size_t', possible l
oss of data [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  block_decoder.c
  block_encoder.c
  block_header_decoder.c
  block_header_encoder.c
c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\block_header_encoder.c(85): warning C4267: '=': conversion from 'size_t' to 'uint8_t', possible los
s of data [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  block_util.c
  common.c
  easy_buffer_encoder.c
  Generating Code...
  Compiling...
  easy_decoder_memusage.c
  easy_encoder.c
  easy_encoder_memusage.c
  easy_preset.c
  filter_buffer_decoder.c
  filter_buffer_encoder.c
  filter_common.c
  filter_decoder.c
  filter_encoder.c
  filter_flags_decoder.c
c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\filter_flags_decoder.c(41): warning C4244: 'function': conversion from 'lzma_vli' to 'size_t', poss
ible loss of data [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\filter_flags_decoder.c(43): warning C4244: '+=': conversion from 'lzma_vli' to 'size_t', possible l
oss of data [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  filter_flags_encoder.c
  hardware_cputhreads.c
  hardware_physmem.c
  index.c
c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\index.c(769): warning C4028: formal parameter 1 different from declaration [C:\code\aparavi-app\vcp
kg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\index.c(769): warning C4028: formal parameter 2 different from declaration [C:\code\aparavi-app\vcp
kg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\index.c(892): warning C4244: 'function': conversion from 'const lzma_vli' to 'size_t', possible los
s of data [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\index.c(903): warning C4244: '=': conversion from 'const lzma_vli' to 'size_t', possible loss of da
ta [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\index.c(904): warning C4244: '=': conversion from 'const lzma_vli' to 'size_t', possible loss of da
ta [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  index_decoder.c
  index_encoder.c
  index_hash.c
  outqueue.c
  stream_buffer_decoder.c
  stream_buffer_encoder.c
  Generating Code...
  Compiling...
  stream_decoder.c
  stream_encoder.c
  stream_encoder_mt.c
  stream_flags_common.c
  stream_flags_decoder.c
  stream_flags_encoder.c
  vli_decoder.c
c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\vli_decoder.c(20): warning C4028: formal parameter 1 different from declaration [C:\code\aparavi-ap
p\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\vli_decoder.c(20): warning C4028: formal parameter 3 different from declaration [C:\code\aparavi-ap
p\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\vli_decoder.c(20): warning C4028: formal parameter 4 different from declaration [C:\code\aparavi-ap
p\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  vli_encoder.c
c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\vli_encoder.c(20): warning C4028: formal parameter 3 different from declaration [C:\code\aparavi-ap
p\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\vli_encoder.c(20): warning C4028: formal parameter 4 different from declaration [C:\code\aparavi-ap
p\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  vli_size.c
  delta_common.c
  delta_decoder.c
  delta_encoder.c
  fastpos_table.c
  lzma2_decoder.c
  lzma2_encoder.c
c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\lzma\lzma2_encoder.c(85): warning C4267: '+=': conversion from 'size_t' to 'uint8_t', possible loss of dat
a [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\lzma\lzma2_encoder.c(91): warning C4267: '=': conversion from 'size_t' to 'uint8_t', possible loss of data
 [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\lzma\lzma2_encoder.c(126): warning C4267: '=': conversion from 'size_t' to 'uint8_t', possible loss of dat
a [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  lzma_decoder.c
  lzma_encoder.c
  lzma_encoder_optimum_fast.c
  lzma_encoder_optimum_normal.c
  lzma_encoder_presets.c
  Generating Code...
  Compiling...
  lz_decoder.c
  lz_encoder.c
  lz_encoder_mf.c
  price_table.c
  arm.c
  armthumb.c
  ia64.c
  powerpc.c
  simple_coder.c
  simple_decoder.c
  simple_encoder.c
  sparc.c
  x86.c
  Generating Code...
Lib:
  C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\Lib.exe /OUT:"C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf55
  4\Debug\lzma.lib" /NOLOGO  /machine:X86 lzma.dir\Debug\tuklib_cpucores.obj
  lzma.dir\Debug\tuklib_physmem.obj
  lzma.dir\Debug\check.obj
  lzma.dir\Debug\crc32_fast.obj
  lzma.dir\Debug\crc32_table.obj
  lzma.dir\Debug\crc64_fast.obj
  lzma.dir\Debug\crc64_table.obj
  lzma.dir\Debug\sha256.obj
  lzma.dir\Debug\alone_decoder.obj
  lzma.dir\Debug\alone_encoder.obj
  lzma.dir\Debug\auto_decoder.obj
  lzma.dir\Debug\block_buffer_decoder.obj
  lzma.dir\Debug\block_buffer_encoder.obj
  lzma.dir\Debug\block_decoder.obj
  lzma.dir\Debug\block_encoder.obj
  lzma.dir\Debug\block_header_decoder.obj
  lzma.dir\Debug\block_header_encoder.obj
  lzma.dir\Debug\block_util.obj
  lzma.dir\Debug\common.obj
  lzma.dir\Debug\easy_buffer_encoder.obj
  lzma.dir\Debug\easy_decoder_memusage.obj
  lzma.dir\Debug\easy_encoder.obj
  lzma.dir\Debug\easy_encoder_memusage.obj
  lzma.dir\Debug\easy_preset.obj
  lzma.dir\Debug\filter_buffer_decoder.obj
  lzma.dir\Debug\filter_buffer_encoder.obj
  lzma.dir\Debug\filter_common.obj
  lzma.dir\Debug\filter_decoder.obj
  lzma.dir\Debug\filter_encoder.obj
  lzma.dir\Debug\filter_flags_decoder.obj
  lzma.dir\Debug\filter_flags_encoder.obj
  lzma.dir\Debug\hardware_cputhreads.obj
  lzma.dir\Debug\hardware_physmem.obj
  lzma.dir\Debug\index.obj
  lzma.dir\Debug\index_decoder.obj
  lzma.dir\Debug\index_encoder.obj
  lzma.dir\Debug\index_hash.obj
  lzma.dir\Debug\outqueue.obj
  lzma.dir\Debug\stream_buffer_decoder.obj
  lzma.dir\Debug\stream_buffer_encoder.obj
  lzma.dir\Debug\stream_decoder.obj
  lzma.dir\Debug\stream_encoder.obj
  lzma.dir\Debug\stream_encoder_mt.obj
  lzma.dir\Debug\stream_flags_common.obj
  lzma.dir\Debug\stream_flags_decoder.obj
  lzma.dir\Debug\stream_flags_encoder.obj
  lzma.dir\Debug\vli_decoder.obj
  lzma.dir\Debug\vli_encoder.obj
  lzma.dir\Debug\vli_size.obj
  lzma.dir\Debug\delta_common.obj
  lzma.dir\Debug\delta_decoder.obj
  lzma.dir\Debug\delta_encoder.obj
  lzma.dir\Debug\fastpos_table.obj
  lzma.dir\Debug\lzma2_decoder.obj
  lzma.dir\Debug\lzma2_encoder.obj
  lzma.dir\Debug\lzma_decoder.obj
  lzma.dir\Debug\lzma_encoder.obj
  lzma.dir\Debug\lzma_encoder_optimum_fast.obj
  lzma.dir\Debug\lzma_encoder_optimum_normal.obj
  lzma.dir\Debug\lzma_encoder_presets.obj
  lzma.dir\Debug\lz_decoder.obj
  lzma.dir\Debug\lz_encoder.obj
  lzma.dir\Debug\lz_encoder_mf.obj
  lzma.dir\Debug\price_table.obj
  lzma.dir\Debug\arm.obj
  lzma.dir\Debug\armthumb.obj
  lzma.dir\Debug\ia64.obj
  lzma.dir\Debug\powerpc.obj
  lzma.dir\Debug\simple_coder.obj
  lzma.dir\Debug\simple_decoder.obj
  lzma.dir\Debug\simple_encoder.obj
  lzma.dir\Debug\sparc.obj
  lzma.dir\Debug\x86.obj
  lzma.vcxproj -> C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\Debug\lzma.lib
CopyFilesToOutputDirectory:
  Copying file from "lzma.dir\Debug\lzma.pdb" to "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\Debug\lzma.pdb".
FinalizeBuildStatus:
  Deleting file "lzma.dir\Debug\lzma.tlog\unsuccessfulbuild".
  Touching "lzma.dir\Debug\lzma.tlog\lzma.lastbuildstate".
Done Building Project "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj" (default targets).

PrepareForBuild:
  Creating directory "Win32\Debug\ALL_BUILD\".
  Creating directory "Win32\Debug\ALL_BUILD\ALL_BUILD.tlog\".
InitializeBuildStatus:
  Creating "Win32\Debug\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
FinalizeBuildStatus:
  Deleting file "Win32\Debug\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild".
  Touching "Win32\Debug\ALL_BUILD\ALL_BUILD.tlog\ALL_BUILD.lastbuildstate".
Done Building Project "C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\ALL_BUILD.vcxproj" (default targets).

Build succeeded.

"C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\ALL_BUILD.vcxproj" (default target) (1) ->
"C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj" (default target) (3) ->
(ClCompile target) ->
  c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\common\tuklib_physmem.c(82): warning C4996: 'GetVersion': was declared deprecated [C:\code\aparavi-app\vcpkg\bui
ldtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\check\crc64_fast.c(52): warning C4244: 'initializing': conversion from 'uint64_t' to 'const uint32_t', p
ossible loss of data [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\block_buffer_encoder.c(84): warning C4244: 'return': conversion from 'uint64_t' to 'size_t', poss
ible loss of data [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\block_buffer_encoder.c(147): warning C4267: '=': conversion from 'size_t' to 'uint8_t', possible
loss of data [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\block_buffer_encoder.c(184): warning C4244: '=': conversion from 'lzma_vli' to 'size_t', possible
 loss of data [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\block_header_encoder.c(85): warning C4267: '=': conversion from 'size_t' to 'uint8_t', possible l
oss of data [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\filter_flags_decoder.c(41): warning C4244: 'function': conversion from 'lzma_vli' to 'size_t', po
ssible loss of data [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\filter_flags_decoder.c(43): warning C4244: '+=': conversion from 'lzma_vli' to 'size_t', possible
 loss of data [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\index.c(769): warning C4028: formal parameter 1 different from declaration [C:\code\aparavi-app\v
cpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\index.c(769): warning C4028: formal parameter 2 different from declaration [C:\code\aparavi-app\v
cpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\index.c(892): warning C4244: 'function': conversion from 'const lzma_vli' to 'size_t', possible l
oss of data [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\index.c(903): warning C4244: '=': conversion from 'const lzma_vli' to 'size_t', possible loss of
data [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\index.c(904): warning C4244: '=': conversion from 'const lzma_vli' to 'size_t', possible loss of
data [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\vli_decoder.c(20): warning C4028: formal parameter 1 different from declaration [C:\code\aparavi-
app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\vli_decoder.c(20): warning C4028: formal parameter 3 different from declaration [C:\code\aparavi-
app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\vli_decoder.c(20): warning C4028: formal parameter 4 different from declaration [C:\code\aparavi-
app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\vli_encoder.c(20): warning C4028: formal parameter 3 different from declaration [C:\code\aparavi-
app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\common\vli_encoder.c(20): warning C4028: formal parameter 4 different from declaration [C:\code\aparavi-
app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\lzma\lzma2_encoder.c(85): warning C4267: '+=': conversion from 'size_t' to 'uint8_t', possible loss of d
ata [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\lzma\lzma2_encoder.c(91): warning C4267: '=': conversion from 'size_t' to 'uint8_t', possible loss of da
ta [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]
  c:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\src\liblzma\lzma\lzma2_encoder.c(126): warning C4267: '=': conversion from 'size_t' to 'uint8_t', possible loss of d
ata [C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554\lzma.vcxproj]

    21 Warning(s)
    0 Error(s)

Time Elapsed 00:00:13.96

C:\code\aparavi-app\vcpkg\buildtrees\liblzma\src\v5.2.4-0e2feaf554>

Yet the vcpkg command itself fails for the call to install liblzma:

C:\code\aparavi-app\vcpkg>rm -rf buildtrees\liblzma

C:\code\aparavi-app\vcpkg>vcpkg install liblzma --triplet x64-windows-static
The following packages will be built and installed:
    liblzma[core]:x64-windows-static
Starting package 1/1: liblzma:x64-windows-static
Building package liblzma[core]:x64-windows-static...
-- Using cached C:/code/aparavi-app/vcpkg/downloads/xz-mirror-xz-v5.2.4.tar.gz
-- Extracting source C:/code/aparavi-app/vcpkg/downloads/xz-mirror-xz-v5.2.4.tar.gz
-- Using source at C:/code/aparavi-app/vcpkg/buildtrees/liblzma/src/v5.2.4-0e2feaf554
-- Applying patch C:/code/aparavi-app/vcpkg/ports/liblzma/enable-uwp-builds.patch
-- Applying patch failed. This is expected if this patch was previously applied.
-- Configuring x64-windows-static
-- Building x64-windows-static-dbg
CMake Error at scripts/cmake/vcpkg_build_cmake.cmake:175 (message):
    Command failed: C:/code/aparavi-app/vcpkg/downloads/tools/cmake-3.12.4-windows/cmake-3.12.4-win32-x86/bin/cmake.exe;--build;.;--config;Debug;--target;install;--;-v;-j1
    Working Directory: C:/code/aparavi-app/vcpkg/buildtrees/liblzma/x64-windows-static-dbg
    See logs for more information:
      C:\code\aparavi-app\vcpkg\buildtrees\liblzma\install-x64-windows-static-dbg-out.log
      C:\code\aparavi-app\vcpkg\buildtrees\liblzma\install-x64-windows-static-dbg-err.log

Call Stack (most recent call first):
  scripts/cmake/vcpkg_install_cmake.cmake:24 (vcpkg_build_cmake)
  ports/liblzma/portfile.cmake:25 (vcpkg_install_cmake)
  scripts/ports.cmake:71 (include)

Error: Building package liblzma:x64-windows-static failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
  Package: liblzma:x64-windows-static
  Vcpkg version: 2018.11.23-nohash

Additionally, attach any relevant sections from the log files above.
Cheney-W commented 5 years ago

@JasonDictos Thanks for your feedback. I could install liblzma:x64-windows-static successfully with VS 2017 15.9.11. Please reopen a new issue if it is still a problem for you!