Skip to content

Commit

Permalink
bump up cxx standard to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
caillonantoine committed Jun 21, 2023
1 parent 53e2fff commit 676f60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/maxmsp/nn_tilde/CMakeLists.txt
Expand Up @@ -40,7 +40,7 @@ add_library(
)
target_link_libraries(${PROJECT_NAME} PRIVATE backend)

set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD 14)
set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD 20)


if (APPLE) # SEARCH FOR TORCH DYLIB IN THE LOADER FOLDER
Expand Down

0 comments on commit 676f60e

Please sign in to comment.