[cmake] Correct bad MSVC rule in PCRE CMakeLists.txt file

This commit is contained in:
Mahmoud Al-Qudsi 2018-03-10 10:47:01 -06:00
parent 315439bacc
commit 4ca31ae987

View file

@ -190,7 +190,7 @@ IF (MINGW)
ENDIF(MINGW) ENDIF(MINGW)
IF(MSVC) IF(MSVC)
OPTION(PCRE_STATIC_RUNTIME OFF CACHE BOOL OPTION(PCRE_STATIC_RUNTIME
"ON=Compile against the static runtime (/MT)." "ON=Compile against the static runtime (/MT)."
OFF) OFF)
OPTION(INSTALL_MSVC_PDB OPTION(INSTALL_MSVC_PDB