CMake: Fix CMake for non Apple systems

Follow up to https://developer.blender.org/rB14a4ce6d7fb4dcf3d1aa5b58f9a543549df6d5dc
apple_check_quicktime() macro is only defined for apple, so ignore it otherwise.
This commit is contained in:
Thomas Beck 2017-04-23 19:10:04 +02:00
parent 14a4ce6d7f
commit da82f65424
1 changed files with 3 additions and 1 deletions

View File

@ -736,7 +736,9 @@ if(WITH_AUDASPACE)
endif()
endif()
apple_check_quicktime()
if(APPLE)
apple_check_quicktime()
endif()
#-----------------------------------------------------------------------------
# Check for valid directories