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
David Cazier
CGoGN
Commits
29179079
Commit
29179079
authored
Feb 07, 2014
by
thery
Browse files
problem cmake on recent linux64
parent
1783bdbe
Changes
2
Hide whitespace changes
Inline
Side-by-side
ThirdParty/OpenNL/CMakeModules/FindSuiteSparse.cmake
View file @
29179079
...
...
@@ -59,6 +59,7 @@ else( WIN32 )
NAMES libcholmod.so
PATHS /usr/lib
/usr/lib64
/usr/lib/x86_64-linux-gnu
/usr/local/lib
)
ENDIF
(
APPLE
)
...
...
cmake_modules/FindSuiteSparse.cmake
View file @
29179079
...
...
@@ -58,7 +58,8 @@ else( WIN32 )
FIND_PATH
(
SUITESPARSE_LIBRARY_DIR
NAMES libcholmod.so
PATHS /usr/lib
/usr/lib64
/usr/lib64
/usr/lib/x86_64-linux-gnu
/usr/local/lib
)
ENDIF
(
APPLE
)
...
...
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