Skip to content

Commit 7dd2993

Browse files
d4l3kfacebook-github-bot
authored andcommitted
multipy: relink against gtest (#280)
Summary: Should fix regression in pytorch master https://hud.pytorch.org/minihud?name_filter=deploy Pull Request resolved: #280 Test Plan: CI ``` rm -r build; cmake -S . -B build; and cmake --build build/ --config Release -j -t multipy_pybind ``` Reviewed By: kit1980, PaliC Differential Revision: D42052758 Pulled By: d4l3k fbshipit-source-id: cda42b60872b337cbae8f22ab6d43da2c87279d4
1 parent 176bca9 commit 7dd2993

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

multipy/runtime/interpreter/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,6 @@ target_include_directories(torch_deployinterpreter PRIVATE ${INTERPRETER_DIR})
8080
target_include_directories(torch_deployinterpreter BEFORE PUBLIC ${Python3_INCLUDE_DIRS})
8181

8282
target_link_libraries(torch_deployinterpreter PRIVATE fmt::fmt-header-only)
83+
target_link_libraries(torch_deployinterpreter PRIVATE gtest)
8384
target_link_libraries(torch_deployinterpreter PRIVATE torch_python)
8485
target_link_libraries(torch_deployinterpreter PRIVATE multipy_torch)

0 commit comments

Comments
 (0)