"src/vscode:/vscode.git/clone" did not exist on "88eb04489d9083fee6b90f8619d2ae0a441e17d3"
Unverified Commit 271a19fe authored by Chen Xin's avatar Chen Xin Committed by GitHub
Browse files

Fix wrong RPATH using the absolute path instead of relative one (#239)

parent 8cdcb2a9
# Copyright (c) OpenMMLab. All rights reserved. # Copyright (c) OpenMMLab. All rights reserved.
from typing import Tuple from typing import Tuple
__version__ = '0.0.4' __version__ = '0.0.5'
short_version = __version__ short_version = __version__
......
...@@ -19,4 +19,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14) ...@@ -19,4 +19,4 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_14)
set_target_properties(${PROJECT_NAME} PROPERTIES set_target_properties(${PROJECT_NAME} PROPERTIES
BUILD_RPATH "\$ORIGIN" BUILD_RPATH "\$ORIGIN"
INSTALL_RPATH "\$ORIGIN;../../nvidia/nccl/lib/") INSTALL_RPATH "\$ORIGIN;\$ORIGIN/../../nvidia/nccl/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