Prevent installing redundant empty data directory

Complement 88a83bab1f which removed the
global data directory from config.
revert-6246b479
Timo Gurr 10 months ago
parent 23f95cf762
commit af6d586def

@ -1085,7 +1085,6 @@ elseif(NOT APPLE)
# Install resources
INSTALL(DIRECTORY "${INSTALL_SOURCE}/resources" DESTINATION "${DATADIR}" COMPONENT "Resources")
INSTALL(DIRECTORY DESTINATION "${DATADIR}/data" COMPONENT "Resources")
endif(WIN32)
endif(OPENMW_OSX_DEPLOYMENT AND APPLE)

Loading…
Cancel
Save