X_VCPKG_APPLOCAL_DEPS_INSTALL fails with install(... FILE_SET ...) #43243
Labels
category:tool-update
The issue is with build tool or build script, which requires update or should be executed correctly
Describe the bug
X_VCPKG_APPLOCAL_DEPS_INSTALL
does not recognizeFILE_SET
as a subcommand in aninstall
expression.Environment
To Reproduce
Steps to reproduce the behavior:
CMakeLists.txt
:mkdir build && cd build
cmake -DCMAKE_TOOLCHAIN_FILE="${VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake" -DX_VCPKG_APPLOCAL_DEPS_INSTALL:BOOL="TRUE" .. && cmake --build .
Expected behavior
X_VCPKG_APPLOCAL_DEPS_INSTALL should support
install(... FILE_SET ...)
syntax.Failure logs
Additional context
Just adding
FILE_SET
to the subcommand regex works:The text was updated successfully, but these errors were encountered: