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
Toggle navigation
Open sidebar
KennethVanhoey
CGoGN
Commits
63ee02b0
Commit
63ee02b0
authored
Mar 07, 2013
by
Pierre Kraemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove SuperLU usage in SCHNApps
parent
f2707d9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
SCHNApps/CMakeLists.txt
SCHNApps/CMakeLists.txt
+3
-3
No files found.
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
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