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 a0b4341 commit bdae324Copy full SHA for bdae324
cmake/ta_layers_config.cmake
@@ -38,7 +38,6 @@ add_library(tensorarray_layers SHARED $<TARGET_OBJECTS:tensorarray_layers_object
38
add_library(tensorarray_layers_static STATIC $<TARGET_OBJECTS:tensorarray_layers_object>)
39
40
target_link_libraries(tensorarray_layers PUBLIC TensorArray::core)
41
-target_link_libraries(tensorarray_layers_static PUBLIC TensorArray::core_static)
42
43
install(
44
TARGETS tensorarray_layers
0 commit comments