mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
getting rid of a cmake warning
This commit is contained in:
parent
6e1e3b797c
commit
74d036a26a
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ endif (WIN32)
|
|||
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
configure_file(${OpenMW_SOURCE_DIR}/files/plugins.cfg.linux
|
||||
"${OpenMW_BINARY_DIR}/plugins.cfg")
|
||||
endif (LINUX)
|
||||
endif()
|
||||
if (APPLE)
|
||||
configure_file(${OpenMW_SOURCE_DIR}/files/plugins.cfg.mac
|
||||
"${OpenMW_BINARY_DIR}/plugins.cfg")
|
||||
|
|
Loading…
Reference in a new issue