We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00e90a commit 4ff027dCopy full SHA for 4ff027d
1 file changed
CMakeLists.txt
@@ -61,7 +61,7 @@ foreach(lib_path IN LISTS PYTORCH_LIBS)
61
endforeach()
62
63
# cmake_print_variables(PYTORCH_LIBS)
64
-cmake_print_variables(PYTORCH_LIBS_LINKER_ARGS)
+# cmake_print_variables(PYTORCH_LIBS_LINKER_ARGS)
65
66
add_executable(TorchBridge ${BRIDGE_DIR}/lib/Bridge.chpl)
67
add_dependencies(TorchBridge bridge)
@@ -73,7 +73,7 @@ target_link_options(TorchBridge
73
"-ltorch"
74
"-ltorch_cpu"
75
"-lc10"
76
- ${PYTORCH_LIBS_LINKER_ARGS}
+ # ${PYTORCH_LIBS_LINKER_ARGS}
77
--ldflags "-Wl,-rpath,${LIBTORCH_DIR}/lib"
78
)
79
# install(TARGETS TorchBridge DESTINATION ".")
0 commit comments