mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-23 11:19:43 +00: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
|
||||
Version: 4.0.0
|
||||
Version: 4.0.0-1
|
||||
Homepage: https://github.com/SOCI/soci
|
||||
Description: SOCI database access library
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user