diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c6aaa8686..71c05687db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,13 +60,13 @@ endif () ##! We fetch our dependencies if (APPLE) FetchContent_Declare(kdf - URL https://sdk.devbuilds.komodo.earth/dev/mm2_b35a818-mac-x86-64.zip) + URL https://sdk.devbuilds.komodo.earth/dev/mm2_91d982b-mac-x86-64.zip) elseif (UNIX AND NOT APPLE) FetchContent_Declare(kdf URL https://sdk.devbuilds.komodo.earth/dev/mm2_91d982b-linux-x86-64.zip) else () FetchContent_Declare(kdf - URL https://sdk.devbuilds.komodo.earth/dev/mm2_b35a818-win-x86-64.zip) + URL https://sdk.devbuilds.komodo.earth/dev/mm2_91d982b-win-x86-64.zip) endif () #FetchContent_Declare(qmaterial URL https://github.com/KomodoPlatform/Qaterial/archive/last-clang-working-2.zip)