We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the latest vmime code with CMake via FetchContent with
FetchContent_Declare(vmime GIT_REPOSITORY https://github.com/kisli/vmime.git GIT_TAG c3c6242ed135f9eca805380394791d17b0fc7a63 # v0.9.2 OVERRIDE_FIND_PACKAGE) FetchContent_MakeAvailable(vmime)
I get the message in the subject.
If I edit the file vmime-src/src/vmime/charsetConverter_idna.cpp and change the includes from
vmime-src/src/vmime/charsetConverter_idna.cpp
#include "contrib/...."
to
#include "../contrib/..."
it works.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using the latest vmime code with CMake via FetchContent with
I get the message in the subject.
If I edit the file
vmime-src/src/vmime/charsetConverter_idna.cpp
and change the includes from#include "contrib/...."
to
#include "../contrib/..."
it works.
The text was updated successfully, but these errors were encountered: