diff options
Diffstat (limited to 'modules/FindZLIB.cmake')
-rw-r--r-- | modules/FindZLIB.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/FindZLIB.cmake b/modules/FindZLIB.cmake index e114d450..777c47ef 100644 --- a/modules/FindZLIB.cmake +++ b/modules/FindZLIB.cmake @@ -28,3 +28,5 @@ ELSE(ZLIB_FOUND) MESSAGE(FATAL_ERROR "Could not find z library") ENDIF(ZLIB_FIND_REQUIRED) ENDIF(ZLIB_FOUND) + +MARK_AS_ADVANCED(ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
\ No newline at end of file |