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
Would you accept PRs with portfiles for libraries that solely consist of CMake script files?
An example would be YCM. This can be used as a CMake package, i.e. with find_package(YCM), but the config file only modifies CMAKE_MODULE_PATH to make YCM's CMake modules (e.g. InstallBasicPackageFiles) accessible.
More related to the YCM port, I would suggest to create it using the offline tarball, otherwise you could make the vcpkg port of ycm vulnerable to any outage in 3rd party repositories, see robotology/ycm-cmake-modules#105 .
Would you accept PRs with portfiles for libraries that solely consist of CMake script files?
An example would be YCM. This can be used as a CMake package, i.e. with
find_package(YCM)
, but the config file only modifiesCMAKE_MODULE_PATH
to make YCM's CMake modules (e.g. InstallBasicPackageFiles) accessible.I have a Vcpkg port for YCM in my ports repository here:
https://mp-force.ziti.uni-heidelberg.de/asc/infrastructure/vcpkg-ports/blob/master/vcpkg/ports/ycm
I'd be happy to submit a PR with the port.
The text was updated successfully, but these errors were encountered: