Skip to content

Commit 61d2d69

Browse files
committed
Remove exceptions to tested CMake versions
1 parent 9a834e1 commit 61d2d69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,7 @@ jobs:
489489
fi
490490
done
491491
# Libraries that don't declare their correct minimal required CMake version or where dependencies require higher version
492-
version_greater_equal ${{matrix.cmake_version}} 3.12.0 || excluded+=("msm")
493-
version_greater_equal ${{matrix.cmake_version}} 3.14.0 || excluded+=("pfr" "mysql") # mysql depends on pfr
492+
# Example: version_greater_equal ${{matrix.cmake_version}} 3.12.0 || excluded+=("name")
494493
/tmp/cmake/bin/cmake --version
495494
/tmp/cmake/bin/cmake -DBUILD_TESTING=${{matrix.enable_test}} -DBOOST_EXCLUDE_LIBRARIES="$(IFS=';'; echo "${excluded[*]}")" -B "__build_cmake-$version" .
496495

0 commit comments

Comments
 (0)