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:
authorCampbell Barton <ideasman42@gmail.com>2015-03-19 07:41:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-03-19 07:41:41 +0300
commit4b88541d59302d4e65ecc66093a367091538c32d (patch)
tree57f6228286aa61a324f65d0ab7ad1cbd4d4cbef2 /intern/dualcon
parent2df4444deff15d7e1cb150a201e0ffc9b44d9fd1 (diff)
CMake: unbundle eigen3
Optionally use systems eigen3 library. T41989 by @hasufell with edits
Diffstat (limited to 'intern/dualcon')
-rw-r--r--intern/dualcon/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/dualcon/CMakeLists.txt b/intern/dualcon/CMakeLists.txt
index da5e10fe6a7..40c8ef8ff9c 100644
--- a/intern/dualcon/CMakeLists.txt
+++ b/intern/dualcon/CMakeLists.txt
@@ -22,7 +22,7 @@ set(INC
)
set(INC_SYS
- ../../extern/Eigen3
+ ${EIGEN3_INCLUDE_DIRS}
)
set(SRC