Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
3abcd43e
Commit
3abcd43e
authored
Sep 06, 2010
by
Naumann, Andreas
Browse files
exchanged config file
parent
ca1ed43c
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/AMDiSConfig.cmake
→
AMDiS/AMDiSConfig.cmake
.in
View file @
3abcd43e
...
...
@@ -6,11 +6,11 @@ if(Boost_FOUND)
set(AMDiS_LIBRARIES ${AMDiS_LIBRARIES} boost_system boost_iostreams)
set(AMDiS_LIBRARY_DIRS ${AMDiS_LIBRARY_DIRS} ${Boost_INCLUDE_DIR})
endif(Boost_FOUND)
set
(
AMDiS_NEED_PARMETIS
OFF
)
set
(
AMDiS_HAS_PARALLEL_DOMAIN
OFF
)
set
(
AMDiS_NEED_UMFPACK
OFF
)
set
(
AMDiS_NEED_MKL
OFF
)
set
(
AMDiS_NEED_DUNE
OFF
)
set(AMDiS_NEED_PARMETIS
@ENABLE_PARMETIS@
)
set(AMDiS_HAS_PARALLEL_DOMAIN
@ENABLE_PARALLEL_DOMAIN@
)
set(AMDiS_NEED_UMFPACK
@ENABLE_UMFPACK@
)
set(AMDiS_NEED_MKL
@ENABLE_MKL@
)
set(AMDiS_NEED_DUNE
@ENABLE_DUNE@
)
set(AMDiS_USE_FILE ${AMDiS_DIR}/AMDiSUse.cmake)
message("find-components: ${AMDiS_FIND_COMPONENTS}")
...
...
Write
Preview
Supports
Markdown
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