From dadcc70a3d0b86e49bdbefa1ad821219792525bb Mon Sep 17 00:00:00 2001 From: Roberto Fernandez Bautista Date: Mon, 24 Jul 2023 21:40:06 +0000 Subject: [PATCH] Partially revert 6cb80422 We don't need to touch cmake for anything (avoid confusion for future Devs) --- libs/kiplatform/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/kiplatform/CMakeLists.txt b/libs/kiplatform/CMakeLists.txt index 57422f4b1b..93508cc033 100644 --- a/libs/kiplatform/CMakeLists.txt +++ b/libs/kiplatform/CMakeLists.txt @@ -86,7 +86,7 @@ target_include_directories( kiplatform PUBLIC ) target_link_libraries( kiplatform + core ${wxWidgets_LIBRARIES} ${PLATFORM_LIBS} - core # include after wxWidgets to have correct macro definitions for windows headers )