Unverified Commit 78efc934 authored by Kirthi Shankar Sivamani's avatar Kirthi Shankar Sivamani Committed by GitHub
Browse files

Fix local cpp tests after inplace build (#911)



Add top level path to search for .so in test build
Signed-off-by: default avatarKirthi Shankar Sivamani <ksivamani@nvidia.com>
parent dff11340
......@@ -26,7 +26,7 @@ if(NOT DEFINED TE_LIB_PATH)
OUTPUT_VARIABLE TE_LIB_PATH)
endif()
find_library(TE_LIB NAMES transformer_engine PATHS "${TE_LIB_PATH}/transformer_engine" ENV TE_LIB_PATH REQUIRED)
find_library(TE_LIB NAMES transformer_engine PATHS "${TE_LIB_PATH}/transformer_engine" ${TE_LIB_PATH} ENV TE_LIB_PATH REQUIRED)
message(STATUS "Found transformer_engine library: ${TE_LIB}")
include_directories(../../transformer_engine/common/include)
......
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