diff options
Diffstat (limited to '')
-rw-r--r-- | zlibConfig.cmake.in | 2 |
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 | ||
13 | if(ZLIB_FIND_COMPONENTS) | 13 | if(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) |