Skip to content

Commit

Permalink
CI - wip8 fix sfml and catch2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tristankpka committed Jul 22, 2024
1 parent 5df84f0 commit c2cfb60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ else()
message(STATUS "include-what-you-use not found")
endif()

find_package(SFML 2.6 COMPONENTS system window graphics audio REQUIRED)
find_package(Catch2 REQUIRED)
find_package(SFML 2.6.1 COMPONENTS system window graphics audio REQUIRED)
find_package(Catch2 3.6.1 REQUIRED)

# Main executable
add_executable(Engine main.cpp
Expand Down

0 comments on commit c2cfb60

Please sign in to comment.