Fixed: Missing ENDIF()

This commit is contained in:
kervala 2016-09-21 17:38:10 +02:00
parent 6ea0d5f9a0
commit 0480fec75c

View file

@ -19,4 +19,5 @@ IF(WITH_RYZOM_CLIENT)
ELSE()
INSTALL(FILES unix/upgd_nl.sh DESTINATION ${RYZOM_GAMES_PREFIX})
ENDIF()
ENDIF()
ENDIF()