projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'master' into blender2.8
[blender.git]
/
source
/
blender
/
ikplugin
/
CMakeLists.txt
diff --git
a/source/blender/ikplugin/CMakeLists.txt
b/source/blender/ikplugin/CMakeLists.txt
index 0a0e0e664b4b4cbc67c5d51d0334917537ef279e..8991e113410d364bda8547b067f464577dea0144 100644
(file)
--- a/
source/blender/ikplugin/CMakeLists.txt
+++ b/
source/blender/ikplugin/CMakeLists.txt
@@
-23,6
+23,8
@@
#
# ***** END GPL LICENSE BLOCK *****
+remove_extra_strict_flags()
+
set(INC
.
../blenkernel
@@
-59,7
+61,7
@@
if(WITH_IK_ITASC)
../../../intern/itasc
)
list(APPEND INC_SYS
- ../../../extern/Eigen3
+ ${EIGEN3_INCLUDE_DIRS}
)
list(APPEND SRC
intern/itasc_plugin.cpp