Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
build(deps): update SFML to 2.6.2 and SQLiteCpp to 3.3.2
Browse files Browse the repository at this point in the history
- Update SFML dependency from version 2.6.1 to 2.6.2
- Update SQLiteCpp dependency from version 3.3.1 to 3.3.2
  • Loading branch information
ShenMian committed Nov 21, 2024
1 parent b09586b commit 46c6833
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 @@ -10,13 +10,13 @@ set(BUILD_SHARED_LIBS FALSE)
include(FetchContent)
FetchContent_Declare(SFML
GIT_REPOSITORY https://github.com/SFML/SFML.git
GIT_TAG 2.6.1)
GIT_TAG 2.6.2)
FetchContent_MakeAvailable(SFML)

include(FetchContent)
FetchContent_Declare(SQLiteCpp
GIT_REPOSITORY https://github.com/SRombauts/SQLiteCpp.git
GIT_TAG 3.3.1)
GIT_TAG 3.3.2)
FetchContent_MakeAvailable(SQLiteCpp)

add_executable(${PROJECT_NAME})
Expand Down

0 comments on commit 46c6833

Please sign in to comment.