aboutsummaryrefslogtreecommitdiff
path: root/zlibConfig.cmake.in
diff options
context:
space:
mode:
authorVollstrecker <werner@vollstreckernet.de>2025-01-03 09:50:16 +0100
committerMark Adler <madler@alumni.caltech.edu>2025-01-31 20:02:26 -0800
commit8b8a124eb42b027dceab01c7d4942a18c756d28e (patch)
treebc8d9427d1689be996af87276e3a6d3371cae267 /zlibConfig.cmake.in
parent4f2671d50cf0f8632c9f6e84b884aba5031e4016 (diff)
downloadzlib-8b8a124eb42b027dceab01c7d4942a18c756d28e.tar.gz
zlib-8b8a124eb42b027dceab01c7d4942a18c756d28e.tar.bz2
zlib-8b8a124eb42b027dceab01c7d4942a18c756d28e.zip
CMake: Add cmake-format.yaml and reformat the cmake files.
Diffstat (limited to 'zlibConfig.cmake.in')
-rw-r--r--zlibConfig.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlibConfig.cmake.in b/zlibConfig.cmake.in
index d7a849b..713cac4 100644
--- a/zlibConfig.cmake.in
+++ b/zlibConfig.cmake.in
@@ -12,7 +12,7 @@ endif(@ZLIB_BUILD_STATIC@)
12 12
13if(ZLIB_FIND_COMPONENTS) 13if(ZLIB_FIND_COMPONENTS)
14 foreach(_comp ${ZLIB_FIND_COMPONENTS}) 14 foreach(_comp ${ZLIB_FIND_COMPONENTS})
15 if (NOT _comp IN_LIST _ZLIB_supported_components) 15 if(NOT _comp IN_LIST _ZLIB_supported_components)
16 set(ZLIB_FOUND False) 16 set(ZLIB_FOUND False)
17 set(ZLIB_NOT_FOUND_MESSAGE "Unsupported component: ${_comp}") 17 set(ZLIB_NOT_FOUND_MESSAGE "Unsupported component: ${_comp}")
18 endif(NOT _comp IN_LIST _ZLIB_supported_components) 18 endif(NOT _comp IN_LIST _ZLIB_supported_components)