From 42bd4dbf8c996c5ab1be91df700dd8ba1bdf7dd0 Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Thu, 9 Nov 2023 23:05:23 +0100 Subject: [PATCH] WIP - Fix blass? --- vcpkg.json.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json.in b/vcpkg.json.in index 7396715d0af..05690974a29 100644 --- a/vcpkg.json.in +++ b/vcpkg.json.in @@ -149,7 +149,7 @@ "name": "openblas", "features": [ "dynamic-arch", - "threads" + "simplethread" ], "platform": "@VCPKG_ECLBLAS@ & !windows" },