From a1405500b4f1ebb4e0503fa31672601d29ea3ee2 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 21 Nov 2016 13:14:11 -0800 Subject: [soci] Fix setting LIBDIR instead of SOCI_LIBDIR --- 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 ddd37aef2..0358297c5 100644 --- a/ports/soci/portfile.cmake +++ b/ports/soci/portfile.cmake @@ -28,7 +28,7 @@ vcpkg_configure_cmake( OPTIONS -DSOCI_TESTS=OFF -DSOCI_CXX_C11=ON - -DLIBDIR=lib + -DSOCI_LIBDIR=lib # This is to always have output in the lib folder and not lib64 for 64-bit builds -DSOCI_STATIC=${SOCI_STATIC} -DSOCI_SHARED=${SOCI_DYNAMIC} ) -- cgit v1.2.3