From 1889a6c2c7c20c96497327648ccd238559099bae Mon Sep 17 00:00:00 2001 From: henrykorir Date: Sat, 15 Jun 2024 22:36:56 +0300 Subject: [PATCH] Added necessary library and fix actions logic --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0bf04b4..e362a98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,9 +9,9 @@ ExternalProject_Add(wxwidgets STEP_TARGETS build ) aux_source_directory(. SRC_LIST) -find_package(wxWidgets REQUIRED COMPONENTS net core base) +#find_package(wxWidgets REQUIRED COMPONENTS net core base) #if(wxWidgets_USE_FILE) # not defined in CONFIG mode - include(${wxWidgets_USE_FILE}) +# include(${wxWidgets_USE_FILE}) #endif() add_executable(${PROJECT_NAME} ${SRC_LIST}) target_link_libraries(${PROJECT_NAME} ${wxWidgets_LIBRARIES}) \ No newline at end of file