Skip to content

Commit

Permalink
Added cmake script executer to install wxwidgets
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykorir committed May 23, 2024
1 parent de288ad commit d1d156b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ if(NOT wxWidgets_FOUND)
GIT_TAG v3.2.4
STEP_TARGETS build
)
execute_process(COMMAND ls | grep wx)
endif()
execute_process(COMMAND wx-config --version)
include(${wxWidgets_USE_FILE})
Expand Down

0 comments on commit d1d156b

Please sign in to comment.