mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 17:02:48 +08:00
[libmysql] Disable /MT. Convert portfile tabs to spaces and CRLF to LF.
This commit is contained in:
parent
d1627a0a80
commit
2735cea571
@ -1,3 +1,3 @@
|
||||
Source: libmysql
|
||||
Version: 5.7.17-2
|
||||
Version: 5.7.17-3
|
||||
Description: A MySQL client library for C development.
|
||||
|
@ -25,6 +25,7 @@ vcpkg_configure_cmake(
|
||||
-DWITH_UNIT_TESTS=OFF
|
||||
-DENABLED_PROFILING=OFF
|
||||
-DWIX_DIR=OFF
|
||||
-DWINDOWS_RUNTIME_MD=ON # Note: this disables _replacement_ of /MD with /MT. If /MT is specified, it will be preserved.
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
|
Loading…
Reference in New Issue
Block a user