Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Pitiot
CGoGN
Commits
2de7c84b
Commit
2de7c84b
authored
Sep 05, 2014
by
Thery Sylvain
Browse files
bug of suite sparse linking
parent
78b25edf
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps_cmake.txt
View file @
2de7c84b
...
...
@@ -78,7 +78,7 @@ IF(WIN32)
ELSE(WIN32)
find_package(SuiteSparse REQUIRED)
SET (COMMON_INCLUDES ${COMMON_INCLUDES} ${SUITESPARSE_INCLUDE_DIRS})
SET (COMMON_LIBS
${COMMON_LIBS}
${SUITESPARSE_LIBRARIES})
SET (COMMON_LIBS ${SUITESPARSE_LIBRARIES}
lapack blas ${COMMON_LIBS}
)
ENDIF(WIN32)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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