Commit db607164 authored by remicres's avatar remicres
Browse files

add CMakeList (mpi is needed)

Showing with 1 addition and 1 deletion
+1 -1
...@@ -16,4 +16,4 @@ ...@@ -16,4 +16,4 @@
#========================================================================= #=========================================================================
add_executable(Test lsgrmProto.cxx) add_executable(Test lsgrmProto.cxx)
target_link_libraries(Test OTBLSGRM) target_link_libraries(Test OTBLSGRM ${MPI_CXX_LIBRARIES})
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment