File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ cmake-format Check:
22
22
- ${ARCH}
23
23
allow_failure : true
24
24
script :
25
+ - dnf install -y python3-pip
25
26
- pip install cmake-format
26
27
- cmake-format --version
27
28
- cmake-format -i $(find . -name "*.cmake")
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ option(FORCE_CATCH_CLONE
21
21
find_file (HAVE_CATCH_HPP catch.hpp PATH_SUFFIXES catch2 catch)
22
22
mark_as_advanced (FORCE HAVE_CATCH_HPP)
23
23
24
- # **DEPRECATED** Catch now has proper CMake integration, and this will be dropped
25
- # in a future release.
24
+ # **DEPRECATED** Catch now has proper CMake integration, and this will be
25
+ # dropped in a future release.
26
26
#
27
27
# Attempts to add the infrastructure necessary for automatically adding C/C++
28
28
# tests using the Catch2 library, including either an interface or pre-compiled
You can’t perform that action at this time.
0 commit comments