Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
argupta
openfpm_numerics
Commits
275b8d9e
Commit
275b8d9e
authored
Nov 29, 2018
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding SUITESPARSE inclusion and detection
parent
e4d02328
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/CMakeLists.txt
src/CMakeLists.txt
+4
-0
No files found.
src/CMakeLists.txt
View file @
275b8d9e
...
...
@@ -24,6 +24,10 @@ target_include_directories (numerics PUBLIC ${METIS_ROOT}/include)
target_include_directories
(
numerics PUBLIC
${
HDF5_ROOT
}
/include
)
target_include_directories
(
numerics PUBLIC
${
LIBHILBERT_INCLUDE_DIRS
}
)
target_include_directories
(
numerics PUBLIC
${
Boost_INCLUDE_DIRS
}
)
if
(
SUITESPARSE_FOUND
)
target_include_directories
(
numerics PUBLIC
${
SUITESPARSE_INCLUDE_DIRS
}
)
target_link_libraries
(
numerics
${
SUITESPARSE_LIBRARIES
}
)
endif
()
if
(
EIGEN3_FOUND
)
target_include_directories
(
numerics PUBLIC
${
EIGEN3_INCLUDE_DIR
}
)
endif
()
...
...
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