summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsi29a <psi29a@gmail.com>2022-01-03 11:53:07 +0000
committerPetr Mikheev <ptmikheev@gmail.com>2022-01-03 11:53:07 +0000
commite4ee6ab0c167443927d0d7054b17ecf08f605e78 (patch)
tree742806771ab07ae8d79ab082b7324bde73ad4f47
parentb0e282034055a783b83ecef6837957678ef2d6af (diff)
Update extern/i18n.lua/CMakeLists.txt to be like the rest... (make i18n work on macOS)
-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