Skip to content

Commit

Permalink
Refs #20423: Require CMake 3.22 for testing
Browse files Browse the repository at this point in the history
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
  • Loading branch information
EduPonz committed Feb 13, 2024
1 parent 02ae97d commit b918e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fastcdr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Get minimum supported version of CMake
uses: eProsima/eProsima-CI/external/get-cmake@feature/ctest2junit_translation
with:
cmakeVersion: '3.20.6'
cmakeVersion: '3.22.6'

- name: Install Colcon dependencies
uses: eProsima/eProsima-CI/multiplatform/install_colcon@feature/ctest2junit_translation
Expand Down
1 change: 1 addition & 0 deletions cmake/testing/GoogleTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
include(GoogleTest)

function(gtest_discover_tests TARGET)
cmake_minimum_required(VERSION 3.22)
if (WIN32)
add_custom_command(
TARGET ${TARGET} POST_BUILD
Expand Down

0 comments on commit b918e14

Please sign in to comment.