Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
sensei
sensei
Commits
daf08e47
Commit
daf08e47
authored
Sep 06, 2018
by
Burlen Loring
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'cleanup' into 'master'
fix FindMPI issues with latest cmake See merge request
!117
parents
ea282535
ec92f311
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMake/mpi.cmake
CMake/mpi.cmake
+1
-1
No files found.
CMake/mpi.cmake
View file @
daf08e47
...
...
@@ -2,7 +2,7 @@ find_package(MPI REQUIRED)
add_library
(
mpi INTERFACE
)
target_include_directories
(
mpi SYSTEM INTERFACE
${
MPI_C_INCLUDE_PATH
}
${
MPI_CXX_INCLUDE_PATH
}
)
${
MPI_CXX_INCLUDE_PATH
}
${
MPI_C_INCLUDE_DIRS
}
${
MPI_CXX_INCLUDE_DIRS
}
)
target_link_libraries
(
mpi INTERFACE
${
MPI_C_LIBRARIES
}
${
MPI_CXX_LIBRARIES
}
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment