From e4ee6ab0c167443927d0d7054b17ecf08f605e78 Mon Sep 17 00:00:00 2001 From: psi29a Date: Mon, 3 Jan 2022 11:53:07 +0000 Subject: [PATCH] Update extern/i18n.lua/CMakeLists.txt to be like the rest... (make i18n work on macOS) --- extern/i18n.lua/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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