From af6d586def66db1169c1a090a205ded345039f57 Mon Sep 17 00:00:00 2001 From: Timo Gurr Date: Thu, 20 Jul 2023 03:51:40 +0200 Subject: [PATCH] Prevent installing redundant empty data directory Complement 88a83bab1ffa06cda668f8018e4b5c2c276a9a5d which removed the global data directory from config. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a559e1cba..9704d5b04b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)