Skip to content

Commit 3c66d22

Browse files
committed
Fix typo
1 parent 2032f36 commit 3c66d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/library/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ if(WIN32)
108108
--dest-dir "${CMAKE_CURRENT_BINARY_DIR}/windows"
109109
--windows
110110
${perf_analyzer_arg}
111-
DEPENDS ${LINUX_WHEEL_DEPENDS}
111+
DEPENDS ${WINDOWS_WHEEL_DEPENDS}
112112
)
113113

114114
add_custom_target(

0 commit comments

Comments
 (0)