mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
deps: update zmusic to 1.1.13
This commit is contained in:
parent
20ae41811d
commit
37d62c369f
4 changed files with 4 additions and 4 deletions
|
@ -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()
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
BIN
deps/zmusic/lib/libzmusic.a
vendored
BIN
deps/zmusic/lib/libzmusic.a
vendored
Binary file not shown.
BIN
deps/zmusic/lib/libzmusiclite.a
vendored
BIN
deps/zmusic/lib/libzmusiclite.a
vendored
Binary file not shown.
Loading…
Reference in a new issue