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
CGoGN
CGoGN
Commits
63ee02b0
Commit
63ee02b0
authored
Mar 07, 2013
by
Pierre Kraemer
Browse files
remove SuperLU usage in SCHNApps
parent
f2707d9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
SCHNApps/CMakeLists.txt
View file @
63ee02b0
...
...
@@ -18,7 +18,7 @@ find_package(Qt4 REQUIRED)
find_package
(
QGLViewer REQUIRED
)
find_package
(
PythonLibs 2.7 REQUIRED
)
find_package
(
SuiteSparse REQUIRED
)
find_package
(
SuperLU REQUIRED
)
#
find_package(SuperLU REQUIRED)
SET
(
QT_USE_QTOPENGL TRUE
)
...
...
@@ -70,7 +70,7 @@ SET (EXT_INCLUDES
${
QGLVIEWER_INCLUDE_DIR
}
${
PYTHON_INCLUDE_DIRS
}
${
SUITESPARSE_INCLUDE_DIRS
}
${
SUPERLU_INCLUDE_DIRS
}
#
${SUPERLU_INCLUDE_DIRS}
)
# define libs for external libs
...
...
@@ -88,7 +88,7 @@ SET (EXT_LIBS
${
QGLVIEWER_LIBRARIES
}
${
PYTHON_LIBRARIES
}
${
SUITESPARSE_LIBRARIES
}
${
SUPERLU_LIBRARIES
}
#
${SUPERLU_LIBRARIES}
)
...
...
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