Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new ports esdcan and sqlite3 with tool support (#13)
* Add new ports esdcan and sqlite3 with tool support Add two new ports: * esdcan-binary, to streamline the use of CAN devices produced by ESD ( https://esd.eu/en ) on Windows * sqlite3[core,tool] qt5base depends on sqlite3, so with only its `core` features this port was already being installed. We also add the compilation of the `tool` feature because some ports (`vtk`, `pcl`) indirectly depend on this feature, meaning that if a user wanted to install this port on the pre-compiled vcpkg, this would trigger a rebuild of qt5 and all dependent packages (see for example https://github.com/robotology/assistive-rehab/pull/273/checks?check_run_id=531816621). By already installing `sqlite3[core,tool]`, we ensure that those ports get installed directly without trigger slow and error-prone port rebuilds.
- Loading branch information