Fixes a typo

This commit is contained in:
Linus Probert 2018-09-05 11:22:33 +02:00
parent 3fe4c8eb27
commit a78e4090ee
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ else ()
endif ()
if (STEAM)
set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY OFF)
set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_FILENAME}-steambuild")
set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_FILE_NAME}-steambuild")
endif ()
if(UNIX)