Skip to content

Commit

Permalink
deps: update zmusic to 1.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Apr 28, 2024
1 parent 20ae418 commit 37d62c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deps/zmusic/lib/cmake/ZMusic/ZMusicConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if(NOT ZMusic_FIND_COMPONENTS)
endif()

include(CMakeFindDependencyMacro)
foreach(_module ZLIB;SndFile;MPG123)
foreach(_module SndFile;MPG123)
find_dependency(${_module})
endforeach()

Expand Down
6 changes: 3 additions & 3 deletions deps/zmusic/lib/cmake/ZMusic/ZMusicConfigVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
# The variable CVF_VERSION must be set before calling configure_file().


set(PACKAGE_VERSION "1.1.12")
set(PACKAGE_VERSION "1.1.13")

if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()

if("1.1.12" MATCHES "^([0-9]+)\\.")
if("1.1.13" MATCHES "^([0-9]+)\\.")
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
endif()
else()
set(CVF_VERSION_MAJOR "1.1.12")
set(CVF_VERSION_MAJOR "1.1.13")
endif()

if(PACKAGE_FIND_VERSION_RANGE)
Expand Down
Binary file modified deps/zmusic/lib/libzmusic.a
Binary file not shown.
Binary file modified deps/zmusic/lib/libzmusiclite.a
Binary file not shown.

0 comments on commit 37d62c3

Please sign in to comment.