diff --git a/CMakeLists.txt b/CMakeLists.txt index a541a48..db679e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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})