Skip to content

Commit b215368

Browse files
authored
Merge pull request #29070 from compnerd/CTensorFlow
CTensorFlow: enable on Windows
2 parents 0bc0bb5 + d247524 commit b215368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/CTensorFlow/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ endif()
2929
include_directories(BEFORE "${TF_INCLUDE_DIR}")
3030

3131
# Get target SDKs.
32-
set(TARGET_SDKS "OSX" "LINUX")
32+
set(TARGET_SDKS "OSX" "LINUX" "WINDOWS")
3333
list_intersect("${TARGET_SDKS}" "${SWIFT_SDKS}" TARGET_SDKS)
3434

3535
set(ctensorflow_modulemap_target_list)

0 commit comments

Comments
 (0)