Skip to content
Snippets Groups Projects
Commit bf81ed53 authored by Naumann, Andreas's avatar Naumann, Andreas
Browse files

capital in amdisuse.cmake

parent 9a757d3e
Branches
Tags
No related merge requests found
......@@ -12,7 +12,7 @@ if(AMDiS_HAS_PARALLEL_DOMAIN)
list(APPEND AMDiS_COMPILEFLAGS ${MPI_COMPILE_FLAGS})
list(APPEND AMDIS_INCLUDE_DIRS ${MPI_INCLUDE_PATH})
endif(MPI_FOUND)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${AMDiS_DIR})
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${AMDIS_DIR})
set(PETSC_EXECUTABLE_RUNS ON)
find_package(PETSc REQUIRED)
if(PETSC_FOUND)
......
......@@ -43,7 +43,7 @@ if test $? -ne 0; then
fi
if test -z "${ERROR}"; then
echo "amdis was successfully downloaded, configured and installed to ${prefix}"
echo "you can use this installation in cmake with the AMDiS_DIR ${prefix}/share/amdis"
echo "you can use this installation in cmake with the AMDIS_DIR ${prefix}/share/amdis"
else
echo "something went wrong: "
echo "download: ${DOWNLOAD}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment