From 76e9db8b353a0ce792c19394dac8ef0db1272e63 Mon Sep 17 00:00:00 2001 From: Qiu Feng Date: Thu, 2 Nov 2023 10:49:15 +0800 Subject: [PATCH] Update to pass build on Ubuntu 23.10 (#985) Signed-off-by: Qiu Feng --- external/dcap_source | 2 +- .../aesm_service/source/qcnl/pck_cert_selection/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/external/dcap_source b/external/dcap_source index e945c58b..c68d211e 160000 --- a/external/dcap_source +++ b/external/dcap_source @@ -1 +1 @@ -Subproject commit e945c58bff60bb96e4daca57b73c93f96b14418a +Subproject commit c68d211e3e805d4518be156a676468d71e34a07d diff --git a/psw/ae/aesm_service/source/qcnl/pck_cert_selection/CMakeLists.txt b/psw/ae/aesm_service/source/qcnl/pck_cert_selection/CMakeLists.txt index e5110675..dfa1cb6f 100644 --- a/psw/ae/aesm_service/source/qcnl/pck_cert_selection/CMakeLists.txt +++ b/psw/ae/aesm_service/source/qcnl/pck_cert_selection/CMakeLists.txt @@ -131,3 +131,4 @@ target_include_directories(PCKCertSelection PRIVATE ${pck_cert_selection_dir}/../include ) +set_target_properties(PCKCertSelection PROPERTIES COMPILE_OPTIONS "-Wno-overloaded-virtual")