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:
@@ -736,7 +736,9 @@ if(WITH_AUDASPACE)
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
apple_check_quicktime()
|
if(APPLE)
|
||||||
|
apple_check_quicktime()
|
||||||
|
endif()
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# Check for valid directories
|
# Check for valid directories
|
||||||
|
Reference in New Issue
Block a user