diff options
| -rw-r--r-- | ports/soci/CONTROL | 2 | ||||
| -rw-r--r-- | ports/soci/portfile.cmake | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/ports/soci/CONTROL b/ports/soci/CONTROL index 2aa095191..96c8f48de 100644 --- a/ports/soci/CONTROL +++ b/ports/soci/CONTROL @@ -1,5 +1,5 @@ Source: soci -Version: 4.0.0 +Version: 4.0.0-1 Homepage: https://github.com/SOCI/soci Description: SOCI database access library diff --git a/ports/soci/portfile.cmake b/ports/soci/portfile.cmake index 9ba44d8bf..3bfc519f9 100644 --- a/ports/soci/portfile.cmake +++ b/ports/soci/portfile.cmake @@ -1,4 +1,3 @@ -include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO SOCI/soci @@ -31,7 +30,7 @@ vcpkg_configure_cmake( PREFER_NINJA OPTIONS -DSOCI_TESTS=OFF - -DSOCI_CXX_C11=ON + -DSOCI_CXX11=ON -DSOCI_LIBDIR:STRING=lib # This is to always have output in the lib folder and not lib64 for 64-bit builds -DLIBDIR:STRING=lib -DSOCI_STATIC=${SOCI_STATIC} |
