mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
[cmake] Correct bad MSVC rule in PCRE CMakeLists.txt file
This commit is contained in:
parent
315439bacc
commit
4ca31ae987
2
pcre2-10.22/CMakeLists.txt
vendored
2
pcre2-10.22/CMakeLists.txt
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user