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 eb1e6e9 commit 6d8ef05
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 @@ if(NOT wxWidgets_FOUND)
include(ExternalProject)
ExternalProject_Add(
wxWidgets
GIT_REPOSITORY https://github.com/wxWidgets/wxWidgets
GIT_REPOSITORY git@github.com:wxWidgets/wxWidgets.git
GIT_TAG v3.2.4
EXCLUDE_FROM_ALL YES
)
Expand Down

0 comments on commit 6d8ef05

Please sign in to comment.