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:
authorJason Wilkins <Jason.A.Wilkins@gmail.com>2014-07-10 03:03:14 +0400
committerJason Wilkins <Jason.A.Wilkins@gmail.com>2014-07-10 03:03:14 +0400
commit62e83b34785ddef825b04692a9ceee28fcd03e68 (patch)
tree35cdf12f5bc558f8bf18bd89d75f24f9fa16d04c
parent40b6df78512a1a42c468a63ad38810b3f6ae4a83 (diff)
fix: xdnd module did not compile on OSX without setting the location of X11 include files
-rw-r--r--extern/xdnd/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/xdnd/CMakeLists.txt b/extern/xdnd/CMakeLists.txt
index f7eded73d42..832ddfde396 100644
--- a/extern/xdnd/CMakeLists.txt
+++ b/extern/xdnd/CMakeLists.txt
@@ -28,7 +28,7 @@ set(INC
)
set(INC_SYS
-
+ ${X11_X11_INCLUDE_PATH}
)
set(SRC