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:
Diffstat (limited to 'extern/CMakeLists.txt')
-rw-r--r--extern/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index 5b2639ecb0d..1d83410a3d7 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -72,6 +72,8 @@ if(WITH_CARVE)
add_subdirectory(carve)
endif()
-if(UNIX AND NOT APPLE)
- add_subdirectory(xdnd)
+if(WITH_GHOST_XDND)
+ if(UNIX AND NOT APPLE)
+ add_subdirectory(xdnd)
+ endif()
endif()