https://bugs.exim.org/show_bug.cgi?id=1868
--- Comment #3 from David Gausmann <david.gausmann@???> ---
Hello Philip,
I've fixed it for you (line 192 to 199):
IF(MSVC)
OPTION(PCRE2_STATIC_RUNTIME
"ON=Compile against the static runtime (/MT)."
OFF)
OPTION(INSTALL_MSVC_PDB
"ON=Install .pdb files built by MSVC, if generated"
OFF)
ENDIF(MSVC)
The name of the option was wrong.
I've tested it. The option appears now in the PCRE2 section and has the
expected result (/MD if unchecked, /MT if checked).
Kind Regards
David Gausmann
--
You are receiving this mail because:
You are on the CC list for the bug.