Move comments to the lines they're commenting.

Tonya Souther 2012-11-01 07:25:41 -05:00
parent 43b902d1a8
commit abbfd4bfe7
1 changed files with 2 additions and 4 deletions

View File

@ -1,14 +1,12 @@
# -*- cmake -*-
# Silence warning about overriding findZLIB.cmake with our own copy.
if(${CMAKE_MAJOR_VERSION} EQUAL 2 AND ${CMAKE_MINOR_VERSION} EQUAL 8 AND ${CMAKE_PATCH_VERSION} GREATER 3)
# Silence warning about overriding findZLIB.cmake with our own copy.
cmake_policy(SET CMP0017 OLD)
# Silence warning about using policies to silence warnings about using policies.
cmake_policy(SET CMP0011 NEW)
endif(${CMAKE_MAJOR_VERSION} EQUAL 2 AND ${CMAKE_MINOR_VERSION} EQUAL 8 AND ${CMAKE_PATCH_VERSION} GREATER 3)
# Silence warning about using policies to silence warnings about using policies.
include(Prebuilt)
set(PNG_FIND_QUIETLY ON)