-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Two possible problems. First, in vcpkg_install_packages you have
# Need the given list to be space-separated #string (REPLACE ";" " " PACKAGES_LIST_STR "${ARGN}")
but then
execute_process( COMMAND ${VCPKG_EXEC} install ${ARGN} WORKING_DIRECTORY ${VCPKG_ROOT} )
If the first line matters, then shouldn't that ${ARGN} be ${PACKAGES_LIST_STR}?
Second, the argument list could become too long for the command processor on 'some systems' (you know which I mean) . It should best be processed in a loop.
Metadata
Metadata
Assignees
Labels
No labels