From 957c044e6375c432490b4f24ef35bc7b1d3cf78c Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 13 Apr 2024 17:02:54 +0200 Subject: [PATCH] Enable targets for mingw-w64 cross-packaging in mingw-w64 CMake presets --- CMakePresets.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakePresets.json b/CMakePresets.json index 0e5a5af..706ef9f 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -173,7 +173,8 @@ }, "cacheVariables": { "BUILD_SHARED_LIBS": {"type": "BOOL", "value": "ON"}, - "VERSIONED_MINGW_LIBRARIES": {"type": "BOOL", "value": "ON"} + "VERSIONED_MINGW_LIBRARIES": {"type": "BOOL", "value": "ON"}, + "ENABLE_TARGETS_FOR_MINGW_CROSS_PACKAGING": {"type": "BOOL", "value": "ON"} } }, {