File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1212env :
1313 DEBIAN_FRONTEND : noninteractive
1414 CMAKE_GENERATOR : Ninja
15- USER_CMAKE_VERSION : 3.25
15+ USER_CMAKE_VERSION : 3.27
1616
1717jobs :
1818 usage_test :
Original file line number Diff line number Diff line change 1414 cpmaddpackage ("gh:intel/cicd-repo-infrastructure#3e2bef0" )
1515endif ()
1616
17- add_versioned_package ("gh:boostorg/mp11#boost-1.83.0" )
17+ add_versioned_package (URI "gh:boostorg/mp11#boost-1.83.0" TARGET boost_mp11 )
1818fmt_recipe (12.1.0 )
1919add_versioned_package ("gh:intel/cpp-baremetal-concurrency#06e5901" )
2020
Original file line number Diff line number Diff line change @@ -11,7 +11,10 @@ if(NOT DEFINED CMAKE_CXX_STANDARD)
1111endif ()
1212
1313include (${CMAKE_CURRENT_LIST_DIR} /../cmake/get_cpm.cmake )
14- cpmaddpackage (NAME stdx SOURCE_DIR "${CMAKE_CURRENT_LIST_DIR} /.." GIT_TAG HEAD )
14+ cpmaddpackage ("gh:intel/cicd-repo-infrastructure#dev" )
15+
16+ add_versioned_package (NAME stdx SOURCE_DIR "${CMAKE_CURRENT_LIST_DIR} /.."
17+ GIT_TAG HEAD )
1518
1619add_executable (app main.cpp )
1720target_link_libraries (app PRIVATE stdx )
You can’t perform that action at this time.
0 commit comments