Remove whitespace from the top-level CMakeLists.txt.

This commit is contained in:
mcsauder 2018-06-01 15:52:33 -06:00 committed by Kabir Mohammed
parent 537451c2a0
commit 861af1dac7
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ if ("${CMAKE_SYSTEM}" MATCHES "Linux")
if (EXISTS ${DPKG_PROGRAM})
list (APPEND CPACK_GENERATOR "DEB")
endif()
else()
else()
set(CPACK_GENERATOR "ZIP")
endif()