You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would drastically simplify the effort necessary to create the installer. The logic to install the port is already in https://github.com/robotology-playground/vcpkg-cpack/blob/master/CMakeLists.txt#L232 , we just need some logic to download the vcpkg repo and compile it (i.e. run the boostrap script).
Probably it is possible to just use the CMake's FetchContent module.
The text was updated successfully, but these errors were encountered:
This would drastically simplify the effort necessary to create the installer. The logic to install the port is already in https://github.com/robotology-playground/vcpkg-cpack/blob/master/CMakeLists.txt#L232 , we just need some logic to download the vcpkg repo and compile it (i.e. run the
boostrap
script).Probably it is possible to just use the CMake's FetchContent module.
The text was updated successfully, but these errors were encountered: