mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-22 20:31:15 -03:00
[cmake] Correct bad MSVC rule in PCRE CMakeLists.txt file
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user