Skip to content

Commit

Permalink
Update build.bazel
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Jun 12, 2023
1 parent 6c9b0a6 commit 8c166df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ cmake_configure_file(
"DART_SOURCE_DIR=gz/third_party/dart",
"DART_ADDITIONAL_DOCUMENTATION_INSTALL_PATH=dart",
"CMAKE_INSTALL_PREFIX=.",
"ASSIMP_AISCENE_CTOR_DTOR_DEFINED=1",
"ASSIMP_AIMATERIAL_CTOR_DTOR_DEFINED=1"
# At least for Jammy, this is required.
"ASSIMP_AISCENE_CTOR_DTOR_DEFINED=0",
"ASSIMP_AIMATERIAL_CTOR_DTOR_DEFINED=0"
],
)

Expand Down Expand Up @@ -465,6 +466,7 @@ cc_library(
":dynamics",
":gui",
":external-imgui",
"@assimp",
"@eigen3",
"@osg//:osg",
"@osg//:osgDB",
Expand Down

0 comments on commit 8c166df

Please sign in to comment.