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 e0681db commit 87e3f96Copy full SHA for 87e3f96
stdlib/public/TensorFlow/CMakeLists.txt
@@ -56,9 +56,7 @@ set(SOURCES
56
57
# Copy TensorFlow bindings file, if it exists.
58
if (TENSORFLOW_SWIFT_BINDINGS)
59
- file(GLOB_RECURSE TENSORFLOW_SWIFT_BINDINGS_SOURCES
60
- "${TENSORFLOW_SWIFT_BINDINGS}/*.swift")
61
- list(APPEND SOURCES "${TENSORFLOW_SWIFT_BINDINGS_SOURCES}")
+ list(APPEND SOURCES "${TENSORFLOW_SWIFT_BINDINGS}")
62
endif()
63
64
# Copy TensorFlow high-level API sources, if they exist.
0 commit comments