We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b61e5 commit 67b01ebCopy full SHA for 67b01eb
external/librett.cmake
@@ -177,6 +177,8 @@ set_target_properties(TiledArray_LIBRETT
177
"$<BUILD_INTERFACE:${EXTERNAL_SOURCE_DIR}/src>;$<INSTALL_INTERFACE:${_LIBRETT_INSTALL_DIR}/include>"
178
INTERFACE_LINK_LIBRARIES
179
"$<BUILD_INTERFACE:${LIBRETT_BUILD_BYPRODUCTS}>;$<INSTALL_INTERFACE:${_LIBRETT_INSTALL_DIR}/lib/librett.${LIBRETT_DEFAULT_LIBRARY_SUFFIX}>"
180
+ INTERFACE_LINK_OPTIONS
181
+ "LINKER:-rpath,${EXTERNAL_BUILD_DIR}/src"
182
)
183
if (TA_CUDA)
184
set_target_properties(TiledArray_LIBRETT
0 commit comments