From bcff929875d76ade98c251038eea6f48171facc6 Mon Sep 17 00:00:00 2001 From: Phoebe <925731795@qq.com> Date: Thu, 1 Aug 2019 04:01:02 +0800 Subject: Add PREFER_NINJA to many ports (#7468) * Add PREFER_NINJA to many ports --- ports/sqlpp11/CONTROL | 2 +- ports/sqlpp11/portfile.cmake | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'ports/sqlpp11') diff --git a/ports/sqlpp11/CONTROL b/ports/sqlpp11/CONTROL index 282598dc5..b371f0a8c 100644 --- a/ports/sqlpp11/CONTROL +++ b/ports/sqlpp11/CONTROL @@ -1,4 +1,4 @@ Source: sqlpp11 -Version: 0.58 +Version: 0.58-1 Description: A type safe embedded domain specific language for SQL queries and results in C++. Build-Depends: date diff --git a/ports/sqlpp11/portfile.cmake b/ports/sqlpp11/portfile.cmake index a11d563d9..7fe915213 100644 --- a/ports/sqlpp11/portfile.cmake +++ b/ports/sqlpp11/portfile.cmake @@ -12,6 +12,7 @@ vcpkg_from_github( # Use sqlpp11's own build process, skipping tests vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} + PREFER_NINJA OPTIONS -DENABLE_TESTS:BOOL=OFF ) -- cgit v1.2.3