aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/Modules/FindGZip.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'host/cmake/Modules/FindGZip.cmake')
-rw-r--r--host/cmake/Modules/FindGZip.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/cmake/Modules/FindGZip.cmake b/host/cmake/Modules/FindGZip.cmake
index 029e95a22..2964529b2 100644
--- a/host/cmake/Modules/FindGZip.cmake
+++ b/host/cmake/Modules/FindGZip.cmake
@@ -6,6 +6,6 @@
#
########################################################################
-FIND_PROGRAM(GZIP_EXECUTABLE NAMES gzip)
-INCLUDE(FindPackageHandleStandardArgs)
+find_program(GZIP_EXECUTABLE NAMES gzip)
+include(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(GZip DEFAULT_MSG GZIP_EXECUTABLE)