summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mikheev <ptmikheev@gmail.com>2022-01-03 11:53:07 +0000
committerPetr Mikheev <ptmikheev@gmail.com>2022-01-03 11:53:07 +0000
commitf91bd8d9eb053e00d2856f31746e69e77ef0a9d8 (patch)
tree742806771ab07ae8d79ab082b7324bde73ad4f47
parentb0e282034055a783b83ecef6837957678ef2d6af (diff)
parente4ee6ab0c167443927d0d7054b17ecf08f605e78 (diff)
Merge branch 'lua_on_mac' into 'master'
Update extern/i18n.lua/CMakeLists.txt to be like the rest... (make i18n work on macOS) See merge request OpenMW/openmw!1522
-rw-r--r--extern/i18n.lua/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/i18n.lua/CMakeLists.txt b/extern/i18n.lua/CMakeLists.txt
index aec4447470..1f7a71a2c2 100644
--- a/extern/i18n.lua/CMakeLists.txt
+++ b/extern/i18n.lua/CMakeLists.txt
@@ -1,5 +1,5 @@
if (NOT DEFINED OPENMW_RESOURCES_ROOT)
- message( FATAL_ERROR "OPENMW_RESOURCES_ROOT is not set" )
+ return()
endif()
# Copy resource files into the build directory