Skip to content

Commit

Permalink
Bump required cmake version for the python submodule (#30457)
Browse files Browse the repository at this point in the history
  • Loading branch information
vickenty authored Nov 4, 2024
1 parent 43a09f3 commit 1530248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ experimental:
templates:
job_template: &job_template
docker:
- image: gcr.io/datadoghq/agent-circleci-runner:v46542806-c7a4a6be
- image: gcr.io/datadoghq/agent-circleci-runner:v47431157-7a59834c
environment:
USE_SYSTEM_LIBS: "1"
working_directory: /go/src/github.com/DataDog/datadog-agent
Expand Down
2 changes: 1 addition & 1 deletion rtloader/three/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.15)
find_package (Python3 COMPONENTS Interpreter Development)

if(Python3_VERSION_MINOR LESS "7")
Expand Down

0 comments on commit 1530248

Please sign in to comment.