From ba95dbbf93bac3519f669a242ab63da716e2f07c Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 25 Mar 2020 17:03:41 +0100 Subject: [PATCH] CMakeModules/cpack_custom.cmake: typo fix. --- CMakeModules/cpack_custom.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeModules/cpack_custom.cmake b/CMakeModules/cpack_custom.cmake index 6a23457..d4fad9b 100644 --- a/CMakeModules/cpack_custom.cmake +++ b/CMakeModules/cpack_custom.cmake @@ -104,7 +104,7 @@ set( CPACK_DEBIAN_FILE_NAME # -------------------------------- -# Defult to gzip tar on unix. zip otherwise. +# Default to gzip tar on unix. zip otherwise. if (NOT CPACK_GENERATOR) if (UNIX) set( CPACK_GENERATOR "TGZ" )