Skip to content

Commit

Permalink
fix output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
caillonantoine committed May 12, 2023
1 parent cf02fa0 commit 1a915c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/puredata/nn_tilde/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ endif()

if (MSVC) # COPY TORCH DLL IN THE LOADER FOLDER
add_custom_command(TARGET nn POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory "${TORCH_INSTALL_PREFIX}/lib/" ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/
COMMAND ${CMAKE_COMMAND} -E copy_directory "${TORCH_INSTALL_PREFIX}/lib/" ${CMAKE_CURRENT_BINARY_DIR}/
)
endif()

Expand Down

0 comments on commit 1a915c1

Please sign in to comment.