karastojko / mailio

mailio is a cross platform C++ library for MIME format and SMTP, POP3 and IMAP protocols. It is based on standard C++ 17 and Boost library.
Other
372 stars 98 forks source link

cmake: copy version.hpp and mailio.pc to CMAKE_CURRENT_BINARY_DIR #155

Open THLIVSQAZ opened 6 months ago

THLIVSQAZ commented 6 months ago

Still have problem #126 when use cmake fetchContent to import mailio, after change copy to CMAKE_CURRENT_BINARY_DIR, they will in build dir and no install error. No different when build mailio project

before:

3 2

after:

1