1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-01 00:39:43 +00:00

Update extern/i18n.lua/CMakeLists.txt to be like the rest... (make i18n work on macOS)

This commit is contained in:
psi29a 2022-01-03 11:53:07 +00:00 committed by Petr Mikheev
parent b0e2820340
commit e4ee6ab0c1

View file

@ -1,5 +1,5 @@
if (NOT DEFINED OPENMW_RESOURCES_ROOT) if (NOT DEFINED OPENMW_RESOURCES_ROOT)
message( FATAL_ERROR "OPENMW_RESOURCES_ROOT is not set" ) return()
endif() endif()
# Copy resource files into the build directory # Copy resource files into the build directory