From 861af1dac77670ed2a5b7d7f7c7c370e9a447b64 Mon Sep 17 00:00:00 2001 From: mcsauder Date: Fri, 1 Jun 2018 15:52:33 -0600 Subject: [PATCH] Remove whitespace from the top-level CMakeLists.txt. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 451a4716d7..31f7c992ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()