From bb3f1b9d19d24c2bf8fbd829ac48dad34a932004 Mon Sep 17 00:00:00 2001 From: henrykorir Date: Wed, 22 May 2024 15:51:05 +0300 Subject: [PATCH] fix cmake build failure --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2929494..6103c67 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ find_package(wxWidgets) include(ExternalProject) ExternalProject_Add( wxWidgets - GIT_REPOSITORY git@github.com:wxWidgets/wxWidgets.git + GIT_REPOSITORY https://github.com/wxWidgets/wxWidgets GIT_TAG origin/release/v3.2.4 STEP_TARGETS build )