Skip to content

Commit

Permalink
[SofaCUDA] Explicit the CUDA C++ standard version to 17 (#5165)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger authored Dec 26, 2024
1 parent 30844d0 commit 238851c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/plugins/SofaCUDA/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ target_link_libraries(${PROJECT_NAME}
Sofa.Component.MechanicalLoad
)

target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_17)
target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_17 cuda_std_17)

if(Sofa.GL_FOUND)
target_link_libraries(${PROJECT_NAME} Sofa.GL)
Expand Down

0 comments on commit 238851c

Please sign in to comment.