Open ParticleG opened 3 months ago
Does it work when directly consumed from Vcpkg? Because the Microsoft CI/CD worked fine for the version 0.23.
I'm currently using vcpkg as a submodule, and I havn't tried with an empty vcpkg.json which has mailio as the only one dependency. Would try that out.
Hi, @ParticleG Have you solve this problem?
modify CMakeLists.txt
from
find_package(mailio CONFIG REQUIRED)
to
find_package(boost_system CONFIG REQUIRED)
find_package(boost_date_time CONFIG REQUIRED)
find_package(mailio CONFIG REQUIRED)
fix my problem
Reproduce repo: Studio26F vcpkg.json: