Skip to content

Commit

Permalink
Merge pull request #261 from marco-m/clang-enable-KDL-build
Browse files Browse the repository at this point in the history
Enable building the KDL libray with clang
  • Loading branch information
wwmayer committed Aug 21, 2016
2 parents 688fb32 + 666fba6 commit ce44333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Robot/App/CMakeLists.txt
Expand Up @@ -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)

Expand Down

0 comments on commit ce44333

Please sign in to comment.