[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)
IF(MSVC)
OPTION(PCRE_STATIC_RUNTIME OFF CACHE BOOL
OPTION(PCRE_STATIC_RUNTIME
"ON=Compile against the static runtime (/MT)."
OFF)
OPTION(INSTALL_MSVC_PDB