Hi, I was wondering if vcpkg integration could be fixed. Someone posted the issue more than a year ago in vcpkg's repo around a year ago: microsoft/vcpkg#5843.
According to the post, the problems preventing inclusion are:
- libfswatch_config.h are not found in source.
- This port only supports Linux.
- Without build documentation.
- Some macro such as PACKAGE_STRING PACKAGE_NAME PACKAGE_BUGREPORT PACKAGE PACKAGE_URL are not found.
- It seems like that the port has code bug in source. eg: optarg and getopt not found.
There is currently a pull request on fixing CMAKE, but I haven't looked into it: #250 (comment)
Related: #176.
Thanks.
Hi, I was wondering if
vcpkgintegration could be fixed. Someone posted the issue more than a year ago in vcpkg's repo around a year ago: microsoft/vcpkg#5843.According to the post, the problems preventing inclusion are:
There is currently a pull request on fixing CMAKE, but I haven't looked into it: #250 (comment)
Related: #176.
Thanks.