mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
[cmake] Correct bad MSVC rule in PCRE CMakeLists.txt file
This commit is contained in:
parent
315439bacc
commit
4ca31ae987
1 changed files with 1 additions and 1 deletions
2
pcre2-10.22/CMakeLists.txt
vendored
2
pcre2-10.22/CMakeLists.txt
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue