We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10fca20 + 6f64099 commit 167c57eCopy full SHA for 167c57e
SeisAcoMod2D/CUDA/CMakeLists.txt
@@ -84,4 +84,4 @@ include_directories(
84
85
cuda_add_executable(SeisAcoMod2D ${SOURCES})
86
87
-target_link_libraries(SeisAcoMod2D -L${MPI_HOME}/lib -L${MPI_CXX_LIBRARIES} -L${CUDA_LIBRARIES})
+target_link_libraries(SeisAcoMod2D -L${MPI_HOME}/lib ${MPI_CXX_LIBRARIES} ${CUDA_LIBRARIES})
0 commit comments