Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
This contains a fix for #7
  • Loading branch information
vimpostor committed Jun 8, 2024
1 parent a5f33d1 commit e83f346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (UNIX AND NOT APPLE)
endif()

include(FetchContent)
FetchContent_Declare(quartz GIT_REPOSITORY https://github.com/vimpostor/quartz.git GIT_TAG v0.4)
FetchContent_Declare(quartz GIT_REPOSITORY https://github.com/vimpostor/quartz.git GIT_TAG v0.5)
FetchContent_MakeAvailable(quartz)

list(APPEND LINK_LIBS ${PKGCONFIG_MODULES})
Expand Down

0 comments on commit e83f346

Please sign in to comment.