diff --git a/CMakeLists.txt b/CMakeLists.txt index 31efebe..0bf04b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,8 +10,8 @@ ExternalProject_Add(wxwidgets ) aux_source_directory(. SRC_LIST) find_package(wxWidgets REQUIRED COMPONENTS net core base) -if(wxWidgets_USE_FILE) # not defined in CONFIG mode +#if(wxWidgets_USE_FILE) # not defined in CONFIG mode include(${wxWidgets_USE_FILE}) -endif() +#endif() add_executable(${PROJECT_NAME} ${SRC_LIST}) target_link_libraries(${PROJECT_NAME} ${wxWidgets_LIBRARIES}) \ No newline at end of file