Skip to content

Commit

Permalink
Added necessary library and fix actions logic
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykorir committed Jun 15, 2024
1 parent 32d2fc3 commit 95a5621
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 @@ project(wxMinesweeper LANGUAGES CXX)
include(ExternalProject)
ExternalProject_Add(wxwidgets
GIT_REPOSITORY https://github.com/wxWidgets/wxWidgets.git
GIT_TAG origin/release/v3.2.4
GIT_TAG origin/release/3.2.4
STEP_TARGETS build
)
aux_source_directory(. SRC_LIST)
Expand Down

0 comments on commit 95a5621

Please sign in to comment.