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 )