Skip to content

Commit

Permalink
Remove old dependency on Xt which shouldn't be needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Oct 16, 2024
1 parent bac0018 commit be15db4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/wizard/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit be15db4

Please sign in to comment.