From 3a49dc555ae12509a7a32a091f7b14a98dcaa75f Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Sun, 1 Jan 2023 14:46:25 +0800 Subject: [PATCH] Fix megasource link. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a0f52c26..400e86869 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -176,7 +176,7 @@ else() if(MSVC) message(FATAL_ERROR " It is currently only possible to build with megasource on Windows. -Please see http://bitbucket.org/rude/megasource +Please see https://github.com/love2d/megasource ") endif()