Skip to content

Commit

Permalink
Merge pull request #2385 from KomodoPlatform/ci-fix-mingw
Browse files Browse the repository at this point in the history
update vcpkg repo
  • Loading branch information
smk762 authored Dec 5, 2023
2 parents 649fb85 + 90ceb18 commit 769d948
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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(mm2
URL https://sdk.devbuilds.komodo.earth/dev/mm2_a9f606d-mac-x86-64.zip)
URL https://sdk.devbuilds.komodo.earth/main/mm2_79f6205-mac-x86-64.zip)
elseif (UNIX AND NOT APPLE)
FetchContent_Declare(mm2
URL https://sdk.devbuilds.komodo.earth/dev/mm2_a9f606d-linux-x86-64.zip)
URL https://sdk.devbuilds.komodo.earth/main/mm2_79f6205-linux-x86-64.zip)
else ()
FetchContent_Declare(mm2
URL https://sdk.devbuilds.komodo.earth/dev/mm2_a9f606d-win-x86-64.zip)
URL https://sdk.devbuilds.komodo.earth/main/mm2_79f6205-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 769d948

Please sign in to comment.