Skip to content

Commit

Permalink
mm2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Mar 27, 2022
1 parent 7e3ba0c commit 395f11f
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 @@ -61,13 +61,13 @@ endif ()
##! We fetch our dependencies
if (APPLE)
FetchContent_Declare(mm2
URL http://195.201.0.6/dev/mm2-db95a0e34-Darwin-Release.zip)
URL http://195.201.0.6/dev/mm2-1967ac2e2-Darwin-Release.zip)
elseif (UNIX AND NOT APPLE)
FetchContent_Declare(mm2
URL http://195.201.0.6/dev/mm2-db95a0e34-Linux-Release.zip)
URL http://195.201.0.6/dev/mm2-1967ac2e2-Linux-Release.zip)
else ()
FetchContent_Declare(mm2
URL http://195.201.0.6/dev/mm2-db95a0e34-Windows_NT-Release.zip)
URL http://195.201.0.6/dev/mm2-1967ac2e2-Windows_NT-Release.zip)
endif ()

#FetchContent_Declare(qmaterial URL https://github.com/KomodoPlatform/Qaterial/archive/last-clang-working-2.zip)
Expand Down

0 comments on commit 395f11f

Please sign in to comment.