Commit 175d51fa authored by Sang Ik Lee's avatar Sang Ik Lee Committed by Robert Kimball

Fix broken build dependency. (#997)

parent c1387570
......@@ -29,7 +29,7 @@ include_directories(
)
add_library(ngraph_test_util SHARED ${SRC})
target_link_libraries(ngraph_test_util libgtest)
add_dependencies(ngraph_test_util libgtest)
target_link_libraries(ngraph_test_util ngraph libgtest)
add_dependencies(ngraph_test_util ngraph libgtest)
install(TARGETS ngraph_test_util DESTINATION ${NGRAPH_INSTALL_LIB})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment