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
Aland, Sebastian
amdis
Commits
81da3eca
Commit
81da3eca
authored
Feb 22, 2016
by
Praetorius, Simon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
final small correction
parent
360312dc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
AMDiS/cmake3/AMDISConfig.cmake.in
AMDiS/cmake3/AMDISConfig.cmake.in
+3
-0
AMDiS/cmake3/AMDISUse.cmake
AMDiS/cmake3/AMDISUse.cmake
+1
-0
AMDiS/cmake3/CMakeLists.txt
AMDiS/cmake3/CMakeLists.txt
+1
-0
No files found.
AMDiS/cmake3/AMDISConfig.cmake.in
View file @
81da3eca
...
...
@@ -22,6 +22,7 @@ list(APPEND CMAKE_MODULE_PATH ${AMDIS_DIR})
set(IS_AMDISCONFIG true)
set(AMDIS_USE_FILE ${AMDIS_DIR}/AMDISUse.cmake)
set(AMDIS_NEED_ZOLTAN @ENABLE_ZOLTAN@)
set(AMDIS_NEED_CXX11 @ENABLE_CXX11@)
set(AMDIS_NEED_UMFPACK @ENABLE_UMFPACK@)
...
...
@@ -172,3 +173,5 @@ if (AMDIS_NEED_ZOLTAN)
message(FATAL_ERROR "Could not find zoltan library!")
endif()
endif ()
set(AMDIS_LIBRARIES AMDiS)
AMDiS/cmake3/AMDISUse.cmake
0 → 100644
View file @
81da3eca
message
(
STATUS
"To compile your program with AMDiS simply add the target 'AMDiS' to the target_link_libraries(...) command"
)
\ No newline at end of file
AMDiS/cmake3/CMakeLists.txt
View file @
81da3eca
...
...
@@ -235,3 +235,4 @@ configure_file(${BASE_DIR}/cmake3/AMDISConfig.cmake.in
)
install
(
FILES
${
AMDiS_BINARY_DIR
}
/AMDISConfig.cmake DESTINATION share/amdis/
)
install
(
FILES
${
BASE_DIR
}
/cmake3/AMDISUse.cmake DESTINATION share/amdis/
)
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