mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2025-08-23 15:10:31 +08:00
Merge branch 'shawnz_bug_fix' into 'master'
Bug 5300528: Add MPI_C_LIBRARIES for user defined MPI path See merge request cuda-samples/cuda-samples!114
This commit is contained in:
commit
27f47634a0
@ -37,6 +37,7 @@ target_compile_features(simpleMPI PRIVATE cxx_std_17 cuda_std_17)
|
||||
)
|
||||
|
||||
target_link_libraries(simpleMPI PUBLIC
|
||||
${MPI_C_LIBRARIES}
|
||||
${MPI_CXX_LIBRARIES}
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user