Skip to content

Commit

Permalink
fix cmake build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykorir committed May 22, 2024
1 parent b9d5436 commit bb3f1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit bb3f1b9

Please sign in to comment.