From 28d3238a8824999df650d8bd9634c09bb8faed72 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 21 Nov 2016 13:01:24 -0800 Subject: [PATCH] [soci] Formatting --- ports/soci/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/soci/portfile.cmake b/ports/soci/portfile.cmake index 885c3c634..619d88ebb 100644 --- a/ports/soci/portfile.cmake +++ b/ports/soci/portfile.cmake @@ -19,7 +19,7 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL static) set(PORT_EXTRA_OPTIONS -DSOCI_STATIC=ON -DSOCI_SHARED=OFF) elseif(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic) - set(PORT_EXTRA_OPTIONS -DSOCI_STATIC=OFF + set(PORT_EXTRA_OPTIONS -DSOCI_STATIC=OFF -DSOCI_SHARED=ON) endif() vcpkg_configure_cmake(