Skip to content

Commit

Permalink
remove extra CXX standard definition
Browse files Browse the repository at this point in the history
  • Loading branch information
caillonantoine committed Jun 22, 2023
1 parent 43792a1 commit 3c3c095
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frontend/maxmsp/nn_tilde/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ endif()
endif()

if (MSVC) # COPY TORCH DLL IN THE LOADER FOLDER
set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD 20)
add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory "${TORCH_INSTALL_PREFIX}/lib/" ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/
)
Expand Down

0 comments on commit 3c3c095

Please sign in to comment.