Skip to content

Commit

Permalink
Added Proper MPI librarires variab le for MP{I support}
Browse files Browse the repository at this point in the history
  • Loading branch information
Garrett Potts committed Nov 23, 2019
1 parent bef2ca0 commit 8359638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ if( BUILD_OSSIM_MPI_SUPPORT )
find_package(MPI)
if ( MPI_FOUND )
include_directories( ${MPI_INCLUDE_DIR} )
set( ossimDependentLibs ${ossimDependentLibs} ${MPI_LIBRARY} )
set( ossimDependentLibs ${ossimDependentLibs} ${MPI_LIBRARIES} )
set( OSSIM_HAS_MPI 1 )
else ( MPI_FOUND )
message( WARNING "Could not find optional MPI package!" )
Expand Down

0 comments on commit 8359638

Please sign in to comment.