Enable building the KDL libray with clang

This commit is contained in:
Marco Molteni 2016-08-20 21:55:57 +02:00
parent d39bd4906b
commit 666fba6e8b

View File

@ -95,6 +95,7 @@ if (FREECAD_USE_EXTERNAL_KDL)
else(FREECAD_USE_EXTERNAL_KDL)
# here we use the internal supplied kdl
add_definitions(-DKDL_USE_NEW_TREE_INTERFACE=1)
FILE( GLOB KDL_SRCS kdl_cp/[^.]*.cpp )
FILE( GLOB KDL_HPPS kdl_cp/[^.]*.hpp kdl_cp/[^.]*.inl)