aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/soci/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
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(