Skip to content

Commit 812ccc8

Browse files
authored
Merge pull request #267 from elbeno/update-cicd
🐛 Fix CICD version for non-top-level build
2 parents 20fe58e + dd69085 commit 812ccc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include(cmake/get_cpm.cmake)
1212
if(PROJECT_IS_TOP_LEVEL)
1313
cpmaddpackage("gh:intel/cicd-repo-infrastructure#dev")
1414
else()
15-
cpmaddpackage("gh:intel/cicd-repo-infrastructure#3e2bef0")
15+
cpmaddpackage("gh:intel/cicd-repo-infrastructure#6021593")
1616
endif()
1717

1818
add_versioned_package(URI "gh:boostorg/mp11#boost-1.83.0" TARGET boost_mp11)

0 commit comments

Comments
 (0)