From bf81ed530d429ef42efa9b1224a891eb14644e01 Mon Sep 17 00:00:00 2001 From: Andreas Naumann <andreas.naumann@tu-dresden.de> Date: Fri, 15 Apr 2011 15:46:57 +0000 Subject: [PATCH] capital in amdisuse.cmake --- AMDiS/AMDiSUse.cmake | 2 +- AMDiS/getamdis_cmake.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AMDiS/AMDiSUse.cmake b/AMDiS/AMDiSUse.cmake index a9caed47..f1b3c473 100644 --- a/AMDiS/AMDiSUse.cmake +++ b/AMDiS/AMDiSUse.cmake @@ -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) diff --git a/AMDiS/getamdis_cmake.sh b/AMDiS/getamdis_cmake.sh index 749f3c7d..ae90b323 100755 --- a/AMDiS/getamdis_cmake.sh +++ b/AMDiS/getamdis_cmake.sh @@ -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}" -- GitLab