Skip to content

Commit

Permalink
Merge branch 'noxt' into 'master'
Browse files Browse the repository at this point in the history
Remove old dependency on Xt which shouldn't be needed anymore

See merge request OpenMW/openmw!4407
  • Loading branch information
psi29a committed Oct 20, 2024
2 parents e541e5f + be15db4 commit 8b3e867
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 8b3e867

Please sign in to comment.