From 49f69fc9002ea2d0693eda409c2cf8854761f344 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 14 May 2026 13:05:01 +0000 Subject: [PATCH 1/2] Initial plan From ba8fdbb036bd13a35690e18a3c5d19d4eb608acc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 14 May 2026 13:07:09 +0000 Subject: [PATCH 2/2] Fix CMake formatting in CMakeLists.txt Agent-Logs-Url: https://github.com/microsoft/CCF/sessions/6b983d2a-191c-4ac1-b91b-473e3ba9df64 Co-authored-by: maxtropets <16566519+maxtropets@users.noreply.github.com> --- CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 805a0d9b4a1..4bb473609b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -354,10 +354,7 @@ configure_file( ) install(FILES ${CCF_DIR}/include/ccf/version.h DESTINATION include/ccf) -file( - READ ${CCF_DIR}/doc/host_config_schema/host_config.json - HOST_CONFIG_SCHEMA -) +file(READ ${CCF_DIR}/doc/host_config_schema/host_config.json HOST_CONFIG_SCHEMA) set_property( DIRECTORY APPEND