[pcre-dev] [Bug 1868] Bug in CMakeLists.txt

Página superior
Eliminar este mensaje
Autor: admin
Fecha:  
A: pcre-dev
Asunto: [pcre-dev] [Bug 1868] Bug in CMakeLists.txt
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.