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
Backofen, Rainer
amdis
Commits
81da3eca
Commit
81da3eca
authored
Feb 22, 2016
by
Praetorius, Simon
Browse files
final small correction
parent
360312dc
Changes
3
Hide whitespace changes
Inline
Side-by-side
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
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