Skip to content

Commit 4cd5114

Browse files
committed
ci: bookworm fixes
1 parent 719e47a commit 4cd5114

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cmake/libremidi.tests.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
if(CMAKE_VERSION VERSION_GREATER 3.25)
2-
set(CMAKE_FETCHCONTENT_SYSTEM_KEYWORD "SYSTEM")
1+
if(CMAKE_VERSION VERSION_GREATER 3.30)
2+
set(CMAKE_FETCHCONTENT_SYSTEM_KEYWORD SYSTEM)
33
endif()
44

55
FetchContent_Declare(
66
Catch2
7-
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
7+
GIT_REPOSITORY https://github.com/catchorg/Catch2
88
GIT_TAG v3.4.0
99
${CMAKE_FETCHCONTENT_SYSTEM_KEYWORD}
1010
)

0 commit comments

Comments
 (0)