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 7b5b696 commit 085fd9bCopy full SHA for 085fd9b
CMakeLists.txt
@@ -70,7 +70,6 @@ set(DISALLOWED_LIBS
70
"libtorch_python"
71
)
72
73
-
74
set(LIBTORCH_LIBS_LINKER_ARGS "") # Will hold the list of "-l..." flags.
75
foreach(lib_name IN LISTS LIBTORCH_ALL_LIBS)
76
if(lib_name IN_LIST DISALLOWED_LIBS)
@@ -85,7 +84,7 @@ foreach(lib_name IN LISTS LIBTORCH_ALL_LIBS)
85
84
list(APPEND LIBTORCH_LIBS_LINKER_ARGS "-l${lib_name_short}")
86
endforeach()
87
88
-cmake_print_variables(LIBTORCH_LIBS_LINKER_ARGS)
+# cmake_print_variables(LIBTORCH_LIBS_LINKER_ARGS)
89
90
add_executable(TorchBridge ${BRIDGE_DIR}/lib/Bridge.chpl)
91
add_dependencies(TorchBridge bridge)
0 commit comments