From 5760515e115f00c97078976fa3d69863fde99215 Mon Sep 17 00:00:00 2001 From: Ivan Zhakov Date: Sat, 9 Jul 2022 19:59:14 +0000 Subject: On 1.8.x branch: * CMakePresets.json: Enable APR_BUILD_TESTAPR by default for dev builds. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.8.x@1902612 13f79535-47bb-0310-9956-ffa450edef68 --- CMakePresets.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CMakePresets.json b/CMakePresets.json index b71958475..9130cb8d5 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -28,7 +28,8 @@ "strategy": "external" }, "cacheVariables": { - "CMAKE_BUILD_TYPE": "Debug" + "CMAKE_BUILD_TYPE": "Debug", + "APR_BUILD_TESTAPR": "ON" } }, { @@ -37,7 +38,8 @@ "description": "Target Windows (64-bit) with the Visual Studio development environment. (RelWithDebInfo)", "inherits": "x64-debug", "cacheVariables": { - "CMAKE_BUILD_TYPE": "Release" + "CMAKE_BUILD_TYPE": "Release", + "APR_BUILD_TESTAPR": "ON" } }, { @@ -50,7 +52,8 @@ "strategy": "external" }, "cacheVariables": { - "CMAKE_BUILD_TYPE": "Debug" + "CMAKE_BUILD_TYPE": "Debug", + "APR_BUILD_TESTAPR": "ON" } }, { @@ -59,7 +62,8 @@ "description": "Target Windows (32-bit) with the Visual Studio development environment. (RelWithDebInfo)", "inherits": "x86-debug", "cacheVariables": { - "CMAKE_BUILD_TYPE": "Release" + "CMAKE_BUILD_TYPE": "Release", + "APR_BUILD_TESTAPR": "ON" } } ] -- cgit v1.2.1