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:
parent
cf66750d7b
commit
eae4d51e3f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user