mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
[soci] fixed SOCI_CXX11 flag (#9887)
* [soci] fixed SOCI_CXX11 flag Signed-off-by: Mikhail Boldyrev <miboldyrev@gmail.com> * [soci] removed vcpkg_common_functions include Signed-off-by: Mikhail Boldyrev <miboldyrev@gmail.com>
This commit is contained in:
parent
50d1e2998e
commit
209b2e3355
@ -1,5 +1,5 @@
|
|||||||
Source: soci
|
Source: soci
|
||||||
Version: 4.0.0
|
Version: 4.0.0-1
|
||||||
Homepage: https://github.com/SOCI/soci
|
Homepage: https://github.com/SOCI/soci
|
||||||
Description: SOCI database access library
|
Description: SOCI database access library
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
include(vcpkg_common_functions)
|
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO SOCI/soci
|
REPO SOCI/soci
|
||||||
@ -31,7 +30,7 @@ vcpkg_configure_cmake(
|
|||||||
PREFER_NINJA
|
PREFER_NINJA
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-DSOCI_TESTS=OFF
|
-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
|
-DSOCI_LIBDIR:STRING=lib # This is to always have output in the lib folder and not lib64 for 64-bit builds
|
||||||
-DLIBDIR:STRING=lib
|
-DLIBDIR:STRING=lib
|
||||||
-DSOCI_STATIC=${SOCI_STATIC}
|
-DSOCI_STATIC=${SOCI_STATIC}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user