diff --git a/CMakePresets.json b/CMakePresets.json index 0696455b..06e3c8eb 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -93,6 +93,18 @@ "dev" ] }, + { + "name": "dev-windows-arm64", + "displayName": "Development (ARM64)", + "description": "Development build for inner-loop on Windows ARM64", + "inherits":[ + "dev-windows" + ], + "architecture": { + "value": "ARM64", + "strategy": "set" + } + }, { "name": "release-base", "hidden": true, diff --git a/protocol/CMakeLists.txt b/protocol/CMakeLists.txt index c4e3e007..5a0a08ff 100644 --- a/protocol/CMakeLists.txt +++ b/protocol/CMakeLists.txt @@ -49,8 +49,8 @@ target_sources(${PROJECT_NAME}-protocol target_link_libraries(${PROJECT_NAME}-protocol PUBLIC protobuf::libprotobuf - gRPC::grpc - gRPC::grpc++ + gRPC::grpc_unsecure + gRPC::grpc++_unsecure ) protobuf_generate(TARGET ${PROJECT_NAME}-protocol