aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-11-21 13:01:24 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2016-11-21 13:01:24 -0800
commit28d3238a8824999df650d8bd9634c09bb8faed72 (patch)
tree0c60f5ee548f0223a22bad00acf112dcae1c4e54
parenta7310ac84b6435fcff0c5b2cf1f0ae2f345ce70b (diff)
downloadvcpkg-28d3238a8824999df650d8bd9634c09bb8faed72.tar.gz
vcpkg-28d3238a8824999df650d8bd9634c09bb8faed72.zip
[soci] Formatting
-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(