Skip to content
Snippets Groups Projects
Commit df66ff00 authored by Markus Blatt's avatar Markus Blatt
Browse files

Fixed typo in variable name.

[[Imported from SVN: r6725]]
parent a5e49b88
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ if(MPI_FOUND)
"Include path used by DUNE when compiling MPI programs")
# There seems to be no target specific include path, use the global one.
include_directories(${MPI_DUNE_INCLUDE_PATH})
set(MPI_DUNE_LINK_FLAGS ${MPI_C_LINK_FLAG} CACHE STRING
set(MPI_DUNE_LINK_FLAGS ${MPI_C_LINK_FLAGS} CACHE STRING
"Link flags used by DUNE when compiling MPI programs")
set(MPI_DUNE_LIBRARIES ${CMAKE_THREAD_LIBS_INIT} ${MPI_C_LIBRARIES} CACHE STRING
"Libraries used by DUNE when linking MPI programs")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment