Skip to content

Commit

Permalink
Fix static build.
Browse files Browse the repository at this point in the history
  • Loading branch information
cguebert committed Oct 20, 2017
1 parent bc2781b commit 48670cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ports/libmariadb/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 48670cb

Please sign in to comment.