mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:39:06 +08:00
Fix static build.
This commit is contained in:
parent
bc2781bb3c
commit
48670cbe2a
@ -16,7 +16,9 @@ vcpkg_extract_source_archive(${ARCHIVE})
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
OPTIONS
|
||||
-DWITH_UNITTEST=OFF
|
||||
-DWITH_UNITTEST=OFF
|
||||
-DWITH_SSL=OFF
|
||||
-DWITH_CURL=OFF
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
|
Loading…
Reference in New Issue
Block a user