Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beck <software@plasmasolutions.de>2017-04-23 20:10:04 +0300
committerThomas Beck <software@plasmasolutions.de>2017-04-23 20:10:04 +0300
commitda82f6542460067c56669ec64df0b580b8e18274 (patch)
tree5b481e8efb75c4f8c0a71ace4a8b952649362917 /CMakeLists.txt
parent14a4ce6d7fb4dcf3d1aa5b58f9a543549df6d5dc (diff)
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.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a938d9b338f..2674ccb56ad 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -736,7 +736,9 @@ if(WITH_AUDASPACE)
endif()
endif()
-apple_check_quicktime()
+if(APPLE)
+ apple_check_quicktime()
+endif()
#-----------------------------------------------------------------------------
# Check for valid directories