From Stephan Huber, "Please revert the change to FindQuickTime.cmake as this breaks compilation for IOS and possibly OS X."

This commit is contained in:
Robert Osfield 2014-05-06 08:37:39 +00:00
parent cf66750d7b
commit eae4d51e3f

View File

@ -9,15 +9,6 @@
#
# Created by Eric Wing.
# prefer FindQuickTime from cmake distribution
if(EXISTS ${CMAKE_ROOT}/Modules/FindQuickTime.cmake)
include(${CMAKE_ROOT}/Modules/FindQuickTime.cmake)
if(QUICKTIME_FOUND)
return()
endif()
endif()
# QuickTime on OS X looks different than QuickTime for Windows,
# so I am going to case the two.