Skip to content

Commit 2c797c1

Browse files
author
Vincent Moens
committed
Update
[ghstack-poisoned]
2 parents 9180dd0 + 7ad5443 commit 2c797c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tensordict/csrc/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ set_target_properties(_C PROPERTIES
2222
set_target_properties(_C PROPERTIES
2323
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}"
2424
)
25+
set_target_properties(larcv3 PROPERTIES
26+
LINK_FLAGS "-undefined dynamic_lookup")
2527

2628
target_include_directories(_C PRIVATE ${PROJECT_SOURCE_DIR})
2729
target_link_libraries(_C PRIVATE Python3::Python pybind11::module)

0 commit comments

Comments
 (0)