Skip to content

Commit

Permalink
Merge pull request #3797 from xsco/fix/djinterop-cmaj-key-enum
Browse files Browse the repository at this point in the history
Update to djinterop 0.15.2 to fix cmaj key bug
  • Loading branch information
uklotzde authored Apr 18, 2021
2 parents ba704bf + 6918b41 commit ca44669
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 @@ -1730,8 +1730,8 @@ if(ENGINEPRIME)
# External project sources must be downloaded as an archive into DOWNLOAD_DIR
# from an URL to keep offline builds like for Fedora/RPM Fusion working!
ExternalProject_Add(libdjinterop
URL "https://github.com/xsco/libdjinterop/archive/0.15.1.tar.gz"
URL_HASH SHA256=87b3e6c726c208333d55b7e7e3af0a7230c9ad9edb3ca0ca81feffe17b3fc008
URL "https://github.com/xsco/libdjinterop/archive/0.15.2.tar.gz"
URL_HASH SHA256=66f64c0b38a53936ba1b471524905e35afd605bc05d29e7aa6fa7ea0005c7d54
DOWNLOAD_DIR "${CMAKE_CURRENT_BINARY_DIR}/download/libdjinterop"
INSTALL_DIR ${DJINTEROP_INSTALL_DIR}
LIST_SEPARATOR "|"
Expand Down

0 comments on commit ca44669

Please sign in to comment.