Merge branch 'noxt' into 'master'

Remove old dependency on Xt which shouldn't be needed anymore

See merge request OpenMW/openmw!4407
pull/3236/head
psi29a 2 months ago
commit 8b3e8676bf

@ -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)

Loading…
Cancel
Save