From 5205ba4aea4a4a41b23f3b282c6446afe4f796e9 Mon Sep 17 00:00:00 2001 From: BestITUserEUW Date: Wed, 20 May 2026 12:27:18 +0200 Subject: [PATCH] Bump cicd-repo-infrastructure to fix build error when project is not top level --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c1a03e..db992c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ include(cmake/get_cpm.cmake) if(PROJECT_IS_TOP_LEVEL) cpmaddpackage("gh:intel/cicd-repo-infrastructure#dev") else() - cpmaddpackage("gh:intel/cicd-repo-infrastructure#3e2bef0") + cpmaddpackage("gh:intel/cicd-repo-infrastructure#6021593") endif() add_versioned_package(URI "gh:boostorg/mp11#boost-1.83.0" TARGET boost_mp11)