Skip to content

Commit

Permalink
Merge pull request #12853 from Be-ing/libkeyfinder_2.2.8
Browse files Browse the repository at this point in the history
update libkeyfinder to 2.2.8
  • Loading branch information
Swiftb0y committed Feb 20, 2024
2 parents 9b1cf64 + 88f0bb4 commit 7c6324e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Expand Up @@ -2411,7 +2411,7 @@ string(REPLACE ";" "|" CMAKE_PREFIX_PATH_ALT_SEP "${CMAKE_PREFIX_PATH}")
option(KEYFINDER "KeyFinder support" ON)
if(KEYFINDER)
set(MIN_LIBKEYFINDER_VERSION 2.2.4)
set(FETCH_LIBKEYFINDER_VERSION 2.2.6)
set(FETCH_LIBKEYFINDER_VERSION 2.2.8)
find_package(KeyFinder ${MIN_LIBKEYFINDER_VERSION})
if (KeyFinder_FOUND)
target_link_libraries(mixxx-lib PRIVATE KeyFinder::KeyFinder)
Expand All @@ -2429,8 +2429,8 @@ if(KEYFINDER)
# copy it into DOWNLOAD_DIR under DOWNLOAD_NAME prior to starting
# the configuration.
ExternalProject_Add(libkeyfinder
URL "https://github.com/mixxxdj/libkeyfinder/archive/refs/tags/v${FETCH_LIBKEYFINDER_VERSION}.zip"
URL_HASH SHA256=f15deb56c2dcaa6b10dc3717a7d2f42a8407c04ad550f694de42118be998d256
URL "https://github.com/mixxxdj/libkeyfinder/archive/refs/tags/${FETCH_LIBKEYFINDER_VERSION}.zip"
URL_HASH SHA256=4f10e9e5673d948776e47e78273fa4d61408155cb0e210af1538c83222f285d4
DOWNLOAD_DIR "${CMAKE_CURRENT_BINARY_DIR}/downloads"
DOWNLOAD_NAME "libkeyfinder-${FETCH_LIBKEYFINDER_VERSION}.zip"
INSTALL_DIR "${KeyFinder_INSTALL_DIR}"
Expand Down

0 comments on commit 7c6324e

Please sign in to comment.