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