Skip to content

Commit

Permalink
windblows on
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Nov 2, 2024
1 parent 10d84c8 commit 3ea3fe9
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 @@ -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)
Expand Down

0 comments on commit 3ea3fe9

Please sign in to comment.