From be15db4dfb3aa2699cec24db1cf8a3026fa06d73 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Wed, 16 Oct 2024 14:28:34 +0100 Subject: [PATCH] Remove old dependency on Xt which shouldn't be needed anymore --- apps/wizard/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/wizard/CMakeLists.txt b/apps/wizard/CMakeLists.txt index 0bacde6575..4ee021de8d 100644 --- a/apps/wizard/CMakeLists.txt +++ b/apps/wizard/CMakeLists.txt @@ -103,11 +103,6 @@ if (BUILD_WITH_CODE_COVERAGE) target_link_libraries(openmw-wizard gcov) endif() -# Workaround for binutil => 2.23 problem when linking, should be fixed eventually upstream -if (CMAKE_SYSTEM_NAME MATCHES "Linux") - target_link_libraries(openmw-wizard dl Xt) -endif() - if (WIN32) INSTALL(TARGETS openmw-wizard RUNTIME DESTINATION ".") endif(WIN32)