Skip to content

Commit 5596c45

Browse files
committed
lint
1 parent a6ba176 commit 5596c45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/models/voxtral/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ if(MSVC AND EXECUTORCH_BUILD_CUDA)
119119
add_custom_command(
120120
TARGET voxtral_runner
121121
POST_BUILD
122-
COMMAND ${CMAKE_COMMAND} -E copy_if_different
123-
$<TARGET_FILE:aoti_cuda_shims>
122+
COMMAND ${CMAKE_COMMAND} -E copy_if_different $<TARGET_FILE:aoti_cuda_shims>
124123
$<TARGET_FILE_DIR:voxtral_runner>
125124
COMMENT "Copying aoti_cuda_shims.dll to voxtral_runner directory"
126125
)

0 commit comments

Comments
 (0)