From 7d12dd847900129deedfde215f3a41c7557bcb03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Sun, 1 Dec 2024 10:11:20 +0100 Subject: [PATCH] chore: updated vscode config --- .vscode/c_cpp_properties.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 00bc06ff5..d31599db5 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -34,7 +34,8 @@ "intelliSenseMode": "clang-x64", "includePath": [ "${pocoIncludePath}", - "/usr/local/opt/openssl@3/include" + "/usr/local/opt/openssl@3/include", + "/opt/homebrew/opt/openssl@3/include" ], "macFrameworkPath": [ "/System/Library/Frameworks"