Osyotr
Osyotr
Does GTK use plugins? It's your responsibility to make sure they are available in runtime.
Related: https://github.com/altf4/libmelee/issues/74#issuecomment-856431343
It also requires autoconf 2.71 and some distros have only 2.69. We probably need `vcpkg-tool-autoconf`.
https://cmake.org/cmake/help/latest/module/FindPkgConfig.html ```cmake find_package(PkgConfig REQUIRED) pkg_check_modules(easyloggingpp REQUIRED IMPORTED_TARGET easyloggingpp) target_link_libraries(MyTarget PRIVATE PkgConfig::easyloggingpp) ```
> -- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter Development Development.Module Development.Embed This is not python from vcpkg...
It's possible to build ifcplusplus from this repo (i.e. `ifcquery/ifcplusplus`) though you really need #262 to actually be able to consume it.
Fetching modern CMake is like two lines lines for any Linux distro... Does vcpkg's telemetry track what CMake versions people use?
If you don't like these options being features, let's disable them by default. Leaving these options enabled breaks binarycaching.
> The port `snappy` looks for `SNAPPY_BMI2' and 'SNAPPY_SSSE3' variables to be set before `portfile.cmake` starts running. These variables are intended to be set by the triplet. This goes for...
> Range image You should move the key function (in this case virtual destructor) into a CPP file. https://gcc.gnu.org/wiki/VerboseDiagnostics#missing_vtable