1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-06 07:15:36 +00:00

Merge branch 'removeinstallingemptydatadir' into 'master'

Prevent installing redundant empty data directory

See merge request OpenMW/openmw!3253
This commit is contained in:
psi29a 2023-07-21 08:39:21 +00:00
commit c688bd20b4

View file

@ -1062,7 +1062,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)