Skip to content

Commit d247524

Browse files
committed
CTensorFlow: enable on Windows
Unfortunately, there was a preparatory step that was missed on Windows due to the custom handling for the injection of the TensorFlow headers.
1 parent d0617b5 commit d247524

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)