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:
commit
c688bd20b4
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue