From 745b56f58c8147aa6015a918f3bfd19abc807b48 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Tue, 22 Nov 2016 22:18:04 +0100 Subject: Find*.cmake: drop the comments before including FPHSA No need to explain this over and over again. While at it, do some other minor cleanups to whitespace and comments (i.e. delete them). --- Modules/FindTIFF.cmake | 2 -- 1 file changed, 2 deletions(-) (limited to 'Modules/FindTIFF.cmake') diff --git a/Modules/FindTIFF.cmake b/Modules/FindTIFF.cmake index 23ae3088a1..b622ca61ca 100644 --- a/Modules/FindTIFF.cmake +++ b/Modules/FindTIFF.cmake @@ -65,8 +65,6 @@ if(TIFF_INCLUDE_DIR AND EXISTS "${TIFF_INCLUDE_DIR}/tiffvers.h") unset(tiff_version_str) endif() -# handle the QUIETLY and REQUIRED arguments and set TIFF_FOUND to TRUE if -# all listed variables are TRUE include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake) FIND_PACKAGE_HANDLE_STANDARD_ARGS(TIFF REQUIRED_VARS TIFF_LIBRARY TIFF_INCLUDE_DIR -- cgit v1.2.1