summaryrefslogtreecommitdiff
path: root/CMakePresets.json
diff options
context:
space:
mode:
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json12
1 files 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"
}
}
]