mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 19:36:40 +00:00
Remove old dependency on Xt which shouldn't be needed anymore
This commit is contained in:
parent
bac0018a09
commit
be15db4dfb
1 changed files with 0 additions and 5 deletions
|
@ -103,11 +103,6 @@ if (BUILD_WITH_CODE_COVERAGE)
|
||||||
target_link_libraries(openmw-wizard gcov)
|
target_link_libraries(openmw-wizard gcov)
|
||||||
endif()
|
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)
|
if (WIN32)
|
||||||
INSTALL(TARGETS openmw-wizard RUNTIME DESTINATION ".")
|
INSTALL(TARGETS openmw-wizard RUNTIME DESTINATION ".")
|
||||||
endif(WIN32)
|
endif(WIN32)
|
||||||
|
|
Loading…
Reference in a new issue